Html Css Color HEX #086CA6 Cerulean

📋 copy color: '#086CA6'

red 8 ◦ green 108 ◦ blue 166

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

Shades of Cerulean #086CA6

Tints of Cerulean #086CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.3%

 BLUE value IS 166 (65.23% from 255) = 58.87%

R = 2.84%
G = 38.3%
B = 58.87%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#086CA6 (or 0x086CA6) is known color: Cerulean. HEX triplet: 08, 6C and A6. RGB value is (8,108,166). Sum of RGB (Red+Green+Blue) = 8+108+166=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 166 (65.23% from 255 or 58.87% from 282); Max value from RGB is 166 - color contains mainly: blue. Hex color #086CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086CA6 is #F79359. Grayscale: #545454. Windows color (decimal): -16225114 or 10906632. OLE color: 10906632.

HSL color Cylindrical-coordinate representation of color #086CA6: hue angle of 202.03º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086CA6 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 108 166 -
CMYK 0.95 0.35 0 0.35
HSL 202.03º 0.91% 0.34% -
HSV(B) 202.03º 0.95% 0.65% -
XYZ 12.35 13.53 38.04 -
YUV 84.71 173.87 73.28 -
System Red Green Blue C M Y K H S L
Decimal 8 108 166 0.95 0.35 0 0.35 202.03 0.91 0.34
Hex 8 6C A6 5F 23 0 23 CA 5B 22
Octal 10 154 246 137 43 0 43 312 133 42
Binary 1000 1101100 10100110 1011111 100011 0 100011 11001010 1011011 100010

Color Harmonies of #086CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CA6

Black with #086CA6

Text Example


Text Example

White with #086CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,108,166); }

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

background-color css

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

 a { background-color: rgb(8,108,166); }

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

border-color css

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

 span { border-color: rgb(8,108,166); }

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