Html Css Color HEX #086FAC Cerulean

📋 copy color: '#086FAC'

red 8 ◦ green 111 ◦ blue 172

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

Shades of Cerulean #086FAC

Tints of Cerulean #086FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 2.75%
G = 38.14%
B = 59.11%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#086FAC (or 0x086FAC) is known color: Cerulean. HEX triplet: 08, 6F and AC. RGB value is (8,111,172). Sum of RGB (Red+Green+Blue) = 8+111+172=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #086FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086FAC is #F79053. Grayscale: #565656. Windows color (decimal): -16224340 or 11300616. OLE color: 11300616.

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

Color convert

RGB 8 111 172 -
CMYK 0.95 0.35 0 0.33
HSL 202.32º 0.91% 0.35% -
HSV(B) 202.32º 0.95% 0.67% -
XYZ 13.23 14.4 41.11 -
YUV 87.16 175.88 71.54 -
System Red Green Blue C M Y K H S L
Decimal 8 111 172 0.95 0.35 0 0.33 202.32 0.91 0.35
Hex 8 6F AC 5F 23 0 21 CA 5B 23
Octal 10 157 254 137 43 0 41 312 133 43
Binary 1000 1101111 10101100 1011111 100011 0 100001 11001010 1011011 100011

Color Harmonies of #086FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FAC

Black with #086FAC

Text Example


Text Example

White with #086FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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