Html Css Color HEX #0886AA Cerulean

📋 copy color: '#0886AA'

red 8 ◦ green 134 ◦ blue 170

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

Shades of Cerulean #0886AA

Tints of Cerulean #0886AA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

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

R = 2.56%
G = 42.95%
B = 54.49%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0886AA (or 0x0886AA) is known color: Cerulean. HEX triplet: 08, 86 and AA. RGB value is (8,134,170). Sum of RGB (Red+Green+Blue) = 8+134+170=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #0886AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0886AA is #F77955. Grayscale: #646464. Windows color (decimal): -16218454 or 11175432. OLE color: 11175432.

HSL color Cylindrical-coordinate representation of color #0886AA: hue angle of 193.33º 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 #0886AA is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 134 170 -
CMYK 0.95 0.21 0 0.33
HSL 193.33º 0.91% 0.35% -
HSV(B) 193.33º 0.95% 0.67% -
XYZ 15.88 20 41.05 -
YUV 100.43 167.26 62.07 -
System Red Green Blue C M Y K H S L
Decimal 8 134 170 0.95 0.21 0 0.33 193.33 0.91 0.35
Hex 8 86 AA 5F 15 0 21 C1 5B 23
Octal 10 206 252 137 25 0 41 301 133 43
Binary 1000 10000110 10101010 1011111 10101 0 100001 11000001 1011011 100011

Color Harmonies of #0886AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0886AA

Black with #0886AA

Text Example


Text Example

White with #0886AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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