#126E96

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

Shades of Cerulean #126E96

Tints of Cerulean #126E96

Color information

#126E96 (or 0x126E96) is unknown color: approx Cerulean. HEX triplet: 12, 6E and 96. RGB value is (18,110,150). Sum of RGB (Red+Green+Blue) = 18+110+150=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #126E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E96 is #ED9169. Grayscale: #565656. Windows color (decimal): -15569258 or 9858578. OLE color: 9858578.

HSL color Cylindrical-coordinate representation of color #126E96: hue angle of 198.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126E96 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18110150-
CMYK0.880.2700.41
HSL198.18º78.57%32.94%-
HSV(B)198.18º88%58.82%-
XYZ11.3313.4830.86-
YUV87.05163.5278.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=6.47%
G=39.57%
B=53.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181101500.880.2700.41198.1878.5732.94
Hex126E96581B029c64f21
Octal221562261303305130611741
Binary100101101110100101101011000110110101001110001101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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