Html Css Color HEX #096F97 Cerulean

📋 copy color: '#096F97'

red 9 ◦ green 111 ◦ blue 151

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

Shades of Cerulean #096F97

Tints of Cerulean #096F97

RGB

 RED value IS 9 (3.91% from 255) = 3.32%

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

 BLUE value IS 151 (59.38% from 255) = 55.72%

R = 3.32%
G = 40.96%
B = 55.72%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#096F97 (or 0x096F97) is known color: Cerulean. HEX triplet: 09, 6F and 97. RGB value is (9,111,151). Sum of RGB (Red+Green+Blue) = 9+111+151=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #096F97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096F97 is #F69068. Grayscale: #545454. Windows color (decimal): -16158825 or 9924361. OLE color: 9924361.

HSL color Cylindrical-coordinate representation of color #096F97: hue angle of 196.9º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096F97 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 111 151 -
CMYK 0.94 0.26 0 0.41
HSL 196.9º 0.89% 0.31% -
HSV(B) 196.9º 0.94% 0.59% -
XYZ 11.38 13.66 31.32 -
YUV 85.06 165.21 73.75 -
System Red Green Blue C M Y K H S L
Decimal 9 111 151 0.94 0.26 0 0.41 196.9 0.89 0.31
Hex 9 6F 97 5E 1A 0 29 C5 59 1F
Octal 11 157 227 136 32 0 51 305 131 37
Binary 1001 1101111 10010111 1011110 11010 0 101001 11000101 1011001 11111

Color Harmonies of #096F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096F97

Black with #096F97

Text Example


Text Example

White with #096F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096F97; }

 p { color: rgb(9,111,151); }

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

background-color css

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

 a { background-color: rgb(9,111,151); }

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

border-color css

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

 span { border-color: rgb(9,111,151); }

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