#126EAB

Color #126EAB Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #126EAB

Tints of Cerulean #126EAB

Color information

#126EAB (or 0x126EAB) is unknown color: approx Cerulean. HEX triplet: 12, 6E and AB. RGB value is (18,110,171). Sum of RGB (Red+Green+Blue) = 18+110+171=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #126EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126EAB is #ED9154. Grayscale: #595959. Windows color (decimal): -15569237 or 11234834. OLE color: 11234834.

HSL color Cylindrical-coordinate representation of color #126EAB: hue angle of 203.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126EAB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18110171-
CMYK0.890.3600.33
HSL203.92º80.95%37.06%-
HSV(B)203.92º89.47%67.06%-
XYZ13.1814.2240.58-
YUV89.45174.0277.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.02%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=6.02%
G=36.79%
B=57.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181101710.890.3600.33203.9280.9537.06
Hex126EAB5924021cc5125
Octal221562531314404131412145
Binary1001011011101010101110110011001000100001110011001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126EAB; }

 p { color: rgb(18,110,171); }

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

<style>
 a { background-color: #126EAB; }

 a { background-color: rgb(18,110,171); }

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

<style>
 span { border-color: #126EAB; }

 span { border-color: rgb(18,110,171); }

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