Html Css Color HEX #086296 Cerulean

📋 copy color: '#086296'

red 8 ◦ green 98 ◦ blue 150

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

Shades of Cerulean #086296

Tints of Cerulean #086296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 3.13%
G = 38.28%
B = 58.59%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#086296 (or 0x086296) is known color: Cerulean. HEX triplet: 08, 62 and 96. RGB value is (8,98,150). Sum of RGB (Red+Green+Blue) = 8+98+150=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #086296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086296 is #F79D69. Grayscale: #4C4C4C. Windows color (decimal): -16227690 or 9855496. OLE color: 9855496.

HSL color Cylindrical-coordinate representation of color #086296: hue angle of 201.97º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086296 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 98 150 -
CMYK 0.95 0.35 0 0.41
HSL 201.97º 0.9% 0.31% -
HSV(B) 201.97º 0.95% 0.59% -
XYZ 9.97 10.99 30.45 -
YUV 77.02 169.18 78.77 -
System Red Green Blue C M Y K H S L
Decimal 8 98 150 0.95 0.35 0 0.41 201.97 0.9 0.31
Hex 8 62 96 5F 23 0 29 CA 5A 1F
Octal 10 142 226 137 43 0 51 312 132 37
Binary 1000 1100010 10010110 1011111 100011 0 101001 11001010 1011010 11111

Color Harmonies of #086296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086296

Black with #086296

Text Example


Text Example

White with #086296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086296; }

 p { color: rgb(8,98,150); }

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

background-color css

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

 a { background-color: rgb(8,98,150); }

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

border-color css

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

 span { border-color: rgb(8,98,150); }

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