Html Css Color HEX #086D98 Cerulean

📋 copy color: '#086D98'

red 8 ◦ green 109 ◦ blue 152

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

Shades of Cerulean #086D98

Tints of Cerulean #086D98

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.52%

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 2.97%
G = 40.52%
B = 56.51%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#086D98 (or 0x086D98) is known color: Cerulean. HEX triplet: 08, 6D and 98. RGB value is (8,109,152). Sum of RGB (Red+Green+Blue) = 8+109+152=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #086D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086D98 is #F79267. Grayscale: #535353. Windows color (decimal): -16224872 or 9989384. OLE color: 9989384.

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

Color convert

RGB 8 109 152 -
CMYK 0.95 0.28 0 0.40
HSL 197.92º 0.9% 0.31% -
HSV(B) 197.92º 0.95% 0.6% -
XYZ 11.24 13.26 31.67 -
YUV 83.7 166.54 74 -
System Red Green Blue C M Y K H S L
Decimal 8 109 152 0.95 0.28 0 0.40 197.92 0.9 0.31
Hex 8 6D 98 5F 1C 0 28 C6 5A 1F
Octal 10 155 230 137 34 0 50 306 132 37
Binary 1000 1101101 10011000 1011111 11100 0 101000 11000110 1011010 11111

Color Harmonies of #086D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086D98

Black with #086D98

Text Example


Text Example

White with #086D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,109,152); }

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

background-color css

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

 a { background-color: rgb(8,109,152); }

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

border-color css

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

 span { border-color: rgb(8,109,152); }

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