Shades of Cerulean #097C9C
Tints of Cerulean #097C9C
RGB
CMYK
RGB Variations
Color information
#097C9C (or 0x097C9C) is known color: Cerulean. HEX triplet: 09, 7C and 9C. RGB value is (9,124,156). Sum of RGB (Red+Green+Blue) = 9+124+156=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #097C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097C9C is #F68363. Grayscale: #5D5D5D. Windows color (decimal): -16155492 or 10255369. OLE color: 10255369.
HSL color Cylindrical-coordinate representation of color #097C9C: hue angle of 193.06º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097C9C is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 9 | 124 | 156 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.39 |
| HSL | 193.06º | 0.89% | 0.32% | - |
| HSV(B) | 193.06º | 0.94% | 0.61% | - |
| XYZ | 13.32 | 16.87 | 34.01 | - |
| YUV | 93.26 | 163.4 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 156 | 0.94 | 0.21 | 0 | 0.39 | 193.06 | 0.89 | 0.32 |
| Hex | 9 | 7C | 9C | 5E | 15 | 0 | 27 | C1 | 59 | 20 |
| Octal | 11 | 174 | 234 | 136 | 25 | 0 | 47 | 301 | 131 | 40 |
| Binary | 1001 | 1111100 | 10011100 | 1011110 | 10101 | 0 | 100111 | 11000001 | 1011001 | 100000 |
Color Harmonies of #097C9C
Complementary color
Monochromatic Colors of #097C9C
Black with #097C9C
Text Example
Text Example
White with #097C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097C9C; }
p { color: rgb(9,124,156); }
H1.HeaderClassName
{
color: #097C9C;
}
.AnyTagClassName
{
color: #097C9C;
}
</style>
background-color css
<style>
a { background-color: #097C9C; }
a { background-color: rgb(9,124,156); }
div.DivClassName
{
background-color: #097C9C;
}
.BgClassName
{
background-color: #097C9C;
}
</style>
border-color css
<style>
span { border-color: #097C9C; }
span { border-color: rgb(9,124,156); }
td.TdClassName
{
border-color: #097C9C;
}
.TagClassName
{
border-color: #097C9C;
}
</style>