#006EAB

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

Shades of Cerulean #006EAB

Tints of Cerulean #006EAB

Color information

#006EAB (or 0x006EAB) is unknown color: approx Cerulean. HEX triplet: 00, 6E and AB. RGB value is (0,110,171). Sum of RGB (Red+Green+Blue) = 0+110+171=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #006EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006EAB is #FF9154. Grayscale: #535353. Windows color (decimal): -16748885 or 11234816. OLE color: 11234816.

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

Color convert

RGB0110171-
CMYK10.3600.33
HSL201.4º100%33.53%-
HSV(B)201.4º100%67.06%-
XYZ12.9314.0940.57-
YUV84.06177.0668.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 171 (67.19% from 255) = 60.85%
R=0%
G=39.15%
B=60.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal011017110.3600.33201.410033.53
Hex06EAB6424021c96422
Octal01562531444404131114442
Binary011011101010101111001001001000100001110010011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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