#3ab4ce

Color #3AB4CE Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3AB4CE

Tints of Summer Sky #3AB4CE

Color information

#3AB4CE (or 0x3AB4CE) is unknown color: approx Summer Sky. HEX triplet: 3A, B4 and CE. RGB value is (58,180,206). Sum of RGB (Red+Green+Blue) = 58+180+206=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #3AB4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB4CE is #C54B31. Grayscale: #929292. Windows color (decimal): -12929842 or 13546554. OLE color: 13546554.

HSL color Cylindrical-coordinate representation of color #3AB4CE: hue angle of 190.54º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AB4CE is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB58180206-
CMYK0.720.1300.19
HSL190.54º60.16%51.76%-
HSV(B)190.54º71.84%80.78%-
XYZ29.213864.19-
YUV146.49161.5864.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 13.06%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=13.06%
G=40.54%
B=46.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal581802060.720.1300.19190.5460.1651.76
Hex3AB4CE48D013bf3c34
Octal72264316110150232777464
Binary11101010110100110011101001000110101001110111111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ab4ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ab4ce; }

 p { color: rgb(58,180,206); }

 H1.HeaderClassName
 {
   color: #3ab4ce;
 }
 .AnyTagClassName
 {
   color: #3ab4ce;
 }
</style>
background-color css

<style>
 a { background-color: #3ab4ce; }

 a { background-color: rgb(58,180,206); }

 div.DivClassName
 {
   background-color: #3ab4ce;
 }
 .BgClassName
 {
   background-color: #3ab4ce;
 }
</style>
border-color css

<style>
 span { border-color: #3ab4ce; }

 span { border-color: rgb(58,180,206); }

 td.TdClassName
 {
   border-color: #3ab4ce;
 }
 .TagClassName
 {
   border-color: #3ab4ce;
 }
</style>