Html Css Color HEX #086FAF Cerulean

📋 copy color: '#086FAF'

red 8 ◦ green 111 ◦ blue 175

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

Shades of Cerulean #086FAF

Tints of Cerulean #086FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

 BLUE value IS 175 (68.75% from 255) = 59.52%

R = 2.72%
G = 37.76%
B = 59.52%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#086FAF (or 0x086FAF) is known color: Cerulean. HEX triplet: 08, 6F and AF. RGB value is (8,111,175). Sum of RGB (Red+Green+Blue) = 8+111+175=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #086FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086FAF is #F79050. Grayscale: #575757. Windows color (decimal): -16224337 or 11497224. OLE color: 11497224.

HSL color Cylindrical-coordinate representation of color #086FAF: hue angle of 202.99º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086FAF is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 111 175 -
CMYK 0.95 0.37 0 0.31
HSL 202.99º 0.91% 0.36% -
HSV(B) 202.99º 0.95% 0.69% -
XYZ 13.52 14.52 42.65 -
YUV 87.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 8 111 175 0.95 0.37 0 0.31 202.99 0.91 0.36
Hex 8 6F AF 5F 25 0 1F CB 5B 24
Octal 10 157 257 137 45 0 37 313 133 44
Binary 1000 1101111 10101111 1011111 100101 0 11111 11001011 1011011 100100

Color Harmonies of #086FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FAF

Black with #086FAF

Text Example


Text Example

White with #086FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,111,175); }

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

background-color css

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

 a { background-color: rgb(8,111,175); }

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

border-color css

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

 span { border-color: rgb(8,111,175); }

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