Html Css Color HEX #086F99 Cerulean

📋 copy color: '#086F99'

red 8 ◦ green 111 ◦ blue 153

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

Shades of Cerulean #086F99

Tints of Cerulean #086F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.25%

R = 2.94%
G = 40.81%
B = 56.25%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#086F99 (or 0x086F99) is known color: Cerulean. HEX triplet: 08, 6F and 99. RGB value is (8,111,153). Sum of RGB (Red+Green+Blue) = 8+111+153=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #086F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086F99 is #F79066. Grayscale: #545454. Windows color (decimal): -16224359 or 10055432. OLE color: 10055432.

HSL color Cylindrical-coordinate representation of color #086F99: hue angle of 197.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086F99 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 111 153 -
CMYK 0.95 0.27 0 0.4
HSL 197.38º 0.9% 0.32% -
HSV(B) 197.38º 0.95% 0.6% -
XYZ 11.53 13.72 32.18 -
YUV 84.99 166.38 73.08 -
System Red Green Blue C M Y K H S L
Decimal 8 111 153 0.95 0.27 0 0.4 197.38 0.9 0.32
Hex 8 6F 99 5F 1B 0 28 C5 5A 20
Octal 10 157 231 137 33 0 50 305 132 40
Binary 1000 1101111 10011001 1011111 11011 0 101000 11000101 1011010 100000

Color Harmonies of #086F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086F99

Black with #086F99

Text Example


Text Example

White with #086F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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