Html Css Color HEX #086C98 Cerulean

📋 copy color: '#086C98'

red 8 ◦ green 108 ◦ blue 152

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

Shades of Cerulean #086C98

Tints of Cerulean #086C98

RGB

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

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

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

R = 2.99%
G = 40.3%
B = 56.72%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#086C98 (or 0x086C98) is known color: Cerulean. HEX triplet: 08, 6C and 98. RGB value is (8,108,152). Sum of RGB (Red+Green+Blue) = 8+108+152=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #086C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086C98 is #F79367. Grayscale: #525252. Windows color (decimal): -16225128 or 9989128. OLE color: 9989128.

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

Color convert

RGB 8 108 152 -
CMYK 0.95 0.29 0 0.40
HSL 198.33º 0.9% 0.31% -
HSV(B) 198.33º 0.95% 0.6% -
XYZ 11.13 13.04 31.64 -
YUV 83.12 166.87 74.42 -
System Red Green Blue C M Y K H S L
Decimal 8 108 152 0.95 0.29 0 0.40 198.33 0.9 0.31
Hex 8 6C 98 5F 1D 0 28 C6 5A 1F
Octal 10 154 230 137 35 0 50 306 132 37
Binary 1000 1101100 10011000 1011111 11101 0 101000 11000110 1011010 11111

Color Harmonies of #086C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086C98

Black with #086C98

Text Example


Text Example

White with #086C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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