Html Css Color HEX #086AA0 Cerulean

📋 copy color: '#086AA0'

red 8 ◦ green 106 ◦ blue 160

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

Shades of Cerulean #086AA0

Tints of Cerulean #086AA0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.69%

 BLUE value IS 160 (62.89% from 255) = 58.39%

R = 2.92%
G = 38.69%
B = 58.39%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#086AA0 (or 0x086AA0) is known color: Cerulean. HEX triplet: 08, 6A and A0. RGB value is (8,106,160). Sum of RGB (Red+Green+Blue) = 8+106+160=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #086AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086AA0 is #F7955F. Grayscale: #525252. Windows color (decimal): -16225632 or 10512904. OLE color: 10512904.

HSL color Cylindrical-coordinate representation of color #086AA0: hue angle of 201.32º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086AA0 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 106 160 -
CMYK 0.95 0.34 0 0.37
HSL 201.32º 0.9% 0.33% -
HSV(B) 201.32º 0.95% 0.63% -
XYZ 11.6 12.9 35.14 -
YUV 82.85 171.53 74.61 -
System Red Green Blue C M Y K H S L
Decimal 8 106 160 0.95 0.34 0 0.37 201.32 0.9 0.33
Hex 8 6A A0 5F 22 0 25 C9 5A 21
Octal 10 152 240 137 42 0 45 311 132 41
Binary 1000 1101010 10100000 1011111 100010 0 100101 11001001 1011010 100001

Color Harmonies of #086AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086AA0

Black with #086AA0

Text Example


Text Example

White with #086AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,106,160); }

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

background-color css

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

 a { background-color: rgb(8,106,160); }

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

border-color css

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

 span { border-color: rgb(8,106,160); }

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