Html Css Color HEX #086899 Cerulean

📋 copy color: '#086899'

red 8 ◦ green 104 ◦ blue 153

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

Shades of Cerulean #086899

Tints of Cerulean #086899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.25%

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

R = 3.02%
G = 39.25%
B = 57.74%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#086899 (or 0x086899) is known color: Cerulean. HEX triplet: 08, 68 and 99. RGB value is (8,104,153). Sum of RGB (Red+Green+Blue) = 8+104+153=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #086899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086899 is #F79766. Grayscale: #505050. Windows color (decimal): -16226151 or 10053640. OLE color: 10053640.

HSL color Cylindrical-coordinate representation of color #086899: hue angle of 200.28º 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 #086899 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 104 153 -
CMYK 0.95 0.32 0 0.4
HSL 200.28º 0.9% 0.32% -
HSV(B) 200.28º 0.95% 0.6% -
XYZ 10.8 12.25 31.93 -
YUV 80.88 168.7 76.02 -
System Red Green Blue C M Y K H S L
Decimal 8 104 153 0.95 0.32 0 0.4 200.28 0.9 0.32
Hex 8 68 99 5F 20 0 28 C8 5A 20
Octal 10 150 231 137 40 0 50 310 132 40
Binary 1000 1101000 10011001 1011111 100000 0 101000 11001000 1011010 100000

Color Harmonies of #086899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086899

Black with #086899

Text Example


Text Example

White with #086899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086899; }

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

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

background-color css

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

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

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

border-color css

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

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

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