Html Css Color HEX #0866AA Cerulean

📋 copy color: '#0866AA'

red 8 ◦ green 102 ◦ blue 170

#0866AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0866AA

Tints of Cerulean #0866AA

RGB

 RED value IS 8 (3.52% from 255) = 2.86%

 GREEN value IS 102 (40.23% from 255) = 36.43%

 BLUE value IS 170 (66.8% from 255) = 60.71%

R = 2.86%
G = 36.43%
B = 60.71%

CMYK

 C value IS 0.95

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0866AA (or 0x0866AA) is known color: Cerulean. HEX triplet: 08, 66 and AA. RGB value is (8,102,170). Sum of RGB (Red+Green+Blue) = 8+102+170=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #0866AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0866AA is #F79955. Grayscale: #515151. Windows color (decimal): -16226646 or 11167240. OLE color: 11167240.

HSL color Cylindrical-coordinate representation of color #0866AA: hue angle of 205.19º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0866AA is Cyan = 0.95, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 102 170 -
CMYK 0.95 0.4 0 0.33
HSL 205.19º 0.91% 0.35% -
HSV(B) 205.19º 0.95% 0.67% -
XYZ 12.11 12.46 39.8 -
YUV 81.65 177.86 75.47 -
System Red Green Blue C M Y K H S L
Decimal 8 102 170 0.95 0.4 0 0.33 205.19 0.91 0.35
Hex 8 66 AA 5F 28 0 21 CD 5B 23
Octal 10 146 252 137 50 0 41 315 133 43
Binary 1000 1100110 10101010 1011111 101000 0 100001 11001101 1011011 100011

Color Harmonies of #0866AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0866AA

Black with #0866AA

Text Example


Text Example

White with #0866AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0866AA; }

 p { color: rgb(8,102,170); }

 H1.HeaderClassName
 {
   color: #0866AA;
 }
 .AnyTagClassName
 {
   color: #0866AA;
 }
</style>

background-color css

<style>
 a { background-color: #0866AA; }

 a { background-color: rgb(8,102,170); }

 div.DivClassName
 {
   background-color: #0866AA;
 }
 .BgClassName
 {
   background-color: #0866AA;
 }
</style>

border-color css

<style>
 span { border-color: #0866AA; }

 span { border-color: rgb(8,102,170); }

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