#006AAE

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

Shades of Cerulean #006AAE

Tints of Cerulean #006AAE

Color information

#006AAE (or 0x006AAE) is unknown color: approx Cerulean. HEX triplet: 00, 6A and AE. RGB value is (0,106,174). Sum of RGB (Red+Green+Blue) = 0+106+174=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #006AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006AAE is #FF9551. Grayscale: #515151. Windows color (decimal): -16749906 or 11430400. OLE color: 11430400.

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

Color convert

RGB0106174-
CMYK10.3900.32
HSL203.45º100%34.12%-
HSV(B)203.45º100%68.24%-
XYZ12.7913.3641.95-
YUV82.06179.8869.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 37.86%
BLUE value IS 174 (68.36% from 255) = 62.14%
R=0%
G=37.86%
B=62.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal010617410.3900.32203.4510034.12
Hex06AAE6427020cb6422
Octal01522561444704031314442
Binary011010101010111011001001001110100000110010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,106,174); }

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

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

 a { background-color: rgb(0,106,174); }

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

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

 span { border-color: rgb(0,106,174); }

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