Html Css Color HEX #086AAF Cerulean

📋 copy color: '#086AAF'

red 8 ◦ green 106 ◦ blue 175

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

Shades of Cerulean #086AAF

Tints of Cerulean #086AAF

RGB

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

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

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

R = 2.77%
G = 36.68%
B = 60.55%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#086AAF (or 0x086AAF) is known color: Cerulean. HEX triplet: 08, 6A and AF. RGB value is (8,106,175). Sum of RGB (Red+Green+Blue) = 8+106+175=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #086AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086AAF is #F79550. Grayscale: #545454. Windows color (decimal): -16225617 or 11495944. OLE color: 11495944.

HSL color Cylindrical-coordinate representation of color #086AAF: hue angle of 204.79º 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 #086AAF is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 106 175 -
CMYK 0.95 0.39 0 0.31
HSL 204.79º 0.91% 0.36% -
HSV(B) 204.79º 0.95% 0.69% -
XYZ 12.99 13.45 42.47 -
YUV 84.56 179.03 73.39 -
System Red Green Blue C M Y K H S L
Decimal 8 106 175 0.95 0.39 0 0.31 204.79 0.91 0.36
Hex 8 6A AF 5F 27 0 1F CD 5B 24
Octal 10 152 257 137 47 0 37 315 133 44
Binary 1000 1101010 10101111 1011111 100111 0 11111 11001101 1011011 100100

Color Harmonies of #086AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086AAF

Black with #086AAF

Text Example


Text Example

White with #086AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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