#097D9F

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

Shades of Cerulean #097D9F

Tints of Cerulean #097D9F

Color information

#097D9F (or 0x097D9F) is unknown color: approx Cerulean. HEX triplet: 09, 7D and 9F. RGB value is (9,125,159). Sum of RGB (Red+Green+Blue) = 9+125+159=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #097D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097D9F is #F68260. Grayscale: #5D5D5D. Windows color (decimal): -16155233 or 10452233. OLE color: 10452233.

HSL color Cylindrical-coordinate representation of color #097D9F: hue angle of 193.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097D9F is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9125159-
CMYK0.940.2100.38
HSL193.6º89.29%32.94%-
HSV(B)193.6º94.34%62.35%-
XYZ13.717.2335.4-
YUV94.19164.5767.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 125 (49.22% from 255) = 42.66%
BLUE value IS 159 (62.5% from 255) = 54.27%
R=3.07%
G=42.66%
B=54.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91251590.940.2100.38193.689.2932.94
Hex97D9F5E15026c25921
Octal111752371362504630213141
Binary10011111101100111111011110101010100110110000101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097D9F; }

 p { color: rgb(9,125,159); }

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

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

 a { background-color: rgb(9,125,159); }

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

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

 span { border-color: rgb(9,125,159); }

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