Html Css Color HEX #086BAA Cerulean

📋 copy color: '#086BAA'

red 8 ◦ green 107 ◦ blue 170

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

Shades of Cerulean #086BAA

Tints of Cerulean #086BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

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

R = 2.81%
G = 37.54%
B = 59.65%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#086BAA (or 0x086BAA) is known color: Cerulean. HEX triplet: 08, 6B and AA. RGB value is (8,107,170). Sum of RGB (Red+Green+Blue) = 8+107+170=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #086BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086BAA is #F79455. Grayscale: #545454. Windows color (decimal): -16225366 or 11168520. OLE color: 11168520.

HSL color Cylindrical-coordinate representation of color #086BAA: hue angle of 203.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 #086BAA is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 107 170 -
CMYK 0.95 0.37 0 0.33
HSL 203.33º 0.91% 0.35% -
HSV(B) 203.33º 0.95% 0.67% -
XYZ 12.61 13.47 39.97 -
YUV 84.58 176.2 73.38 -
System Red Green Blue C M Y K H S L
Decimal 8 107 170 0.95 0.37 0 0.33 203.33 0.91 0.35
Hex 8 6B AA 5F 25 0 21 CB 5B 23
Octal 10 153 252 137 45 0 41 313 133 43
Binary 1000 1101011 10101010 1011111 100101 0 100001 11001011 1011011 100011

Color Harmonies of #086BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086BAA

Black with #086BAA

Text Example


Text Example

White with #086BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086BAA; }

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

 H1.HeaderClassName
 {
   color: #086BAA;
 }
 .AnyTagClassName
 {
   color: #086BAA;
 }
</style>

background-color css

<style>
 a { background-color: #086BAA; }

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

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

border-color css

<style>
 span { border-color: #086BAA; }

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

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