#097796

Color #097796 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #097796

Tints of Cerulean #097796

Color information

#097796 (or 0x097796) is unknown color: approx Cerulean. HEX triplet: 09, 77 and 96. RGB value is (9,119,150). Sum of RGB (Red+Green+Blue) = 9+119+150=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #097796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097796 is #F68869. Grayscale: #595959. Windows color (decimal): -16156778 or 9860873. OLE color: 9860873.

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

Color convert

RGB9119150-
CMYK0.940.2100.41
HSL193.19º88.68%31.18%-
HSV(B)193.19º94%58.82%-
XYZ12.2115.4531.19-
YUV89.64162.0670.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=3.24%
G=42.81%
B=53.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91191500.940.2100.41193.1988.6831.18
Hex977965E15029c1591f
Octal111672261362505130113137
Binary1001111011110010110101111010101010100111000001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097796; }

 p { color: rgb(9,119,150); }

 H1.HeaderClassName
 {
   color: #097796;
 }
 .AnyTagClassName
 {
   color: #097796;
 }
</style>
background-color css

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

 a { background-color: rgb(9,119,150); }

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

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

 span { border-color: rgb(9,119,150); }

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