Html Css Color HEX #097997 Cerulean

📋 copy color: '#097997'

red 9 ◦ green 121 ◦ blue 151

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

Shades of Cerulean #097997

Tints of Cerulean #097997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.06%

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

R = 3.2%
G = 43.06%
B = 53.74%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#097997 (or 0x097997) is known color: Cerulean. HEX triplet: 09, 79 and 97. RGB value is (9,121,151). Sum of RGB (Red+Green+Blue) = 9+121+151=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #097997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097997 is #F68668. Grayscale: #5A5A5A. Windows color (decimal): -16156265 or 9926921. OLE color: 9926921.

HSL color Cylindrical-coordinate representation of color #097997: hue angle of 192.68º 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 #097997 is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 121 151 -
CMYK 0.94 0.20 0 0.41
HSL 192.68º 0.89% 0.31% -
HSV(B) 192.68º 0.94% 0.59% -
XYZ 12.54 15.97 31.7 -
YUV 90.93 161.89 69.56 -
System Red Green Blue C M Y K H S L
Decimal 9 121 151 0.94 0.20 0 0.41 192.68 0.89 0.31
Hex 9 79 97 5E 14 0 29 C1 59 1F
Octal 11 171 227 136 24 0 51 301 131 37
Binary 1001 1111001 10010111 1011110 10100 0 101001 11000001 1011001 11111

Color Harmonies of #097997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097997

Black with #097997

Text Example


Text Example

White with #097997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097997; }

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

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

background-color css

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

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

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

border-color css

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

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

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