Shades of Cerulean #097DAE
Tints of Cerulean #097DAE
RGB
CMYK
RGB Variations
Color information
#097DAE (or 0x097DAE) is known color: Cerulean. HEX triplet: 09, 7D and AE. RGB value is (9,125,174). Sum of RGB (Red+Green+Blue) = 9+125+174=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #097DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097DAE is #F68251. Grayscale: #5F5F5F. Windows color (decimal): -16155218 or 11435273. OLE color: 11435273.
HSL color Cylindrical-coordinate representation of color #097DAE: hue angle of 197.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097DAE is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 125 | 174 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.32 |
| HSL | 197.82º | 0.9% | 0.36% | - |
| HSV(B) | 197.82º | 0.95% | 0.68% | - |
| XYZ | 15.09 | 17.78 | 42.68 | - |
| YUV | 95.9 | 172.07 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 174 | 0.95 | 0.28 | 0 | 0.32 | 197.82 | 0.9 | 0.36 |
| Hex | 9 | 7D | AE | 5F | 1C | 0 | 20 | C6 | 5A | 24 |
| Octal | 11 | 175 | 256 | 137 | 34 | 0 | 40 | 306 | 132 | 44 |
| Binary | 1001 | 1111101 | 10101110 | 1011111 | 11100 | 0 | 100000 | 11000110 | 1011010 | 100100 |
Color Harmonies of #097DAE
Complementary color
Monochromatic Colors of #097DAE
Black with #097DAE
Text Example
Text Example
White with #097DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DAE; }
p { color: rgb(9,125,174); }
H1.HeaderClassName
{
color: #097DAE;
}
.AnyTagClassName
{
color: #097DAE;
}
</style>
background-color css
<style>
a { background-color: #097DAE; }
a { background-color: rgb(9,125,174); }
div.DivClassName
{
background-color: #097DAE;
}
.BgClassName
{
background-color: #097DAE;
}
</style>
border-color css
<style>
span { border-color: #097DAE; }
span { border-color: rgb(9,125,174); }
td.TdClassName
{
border-color: #097DAE;
}
.TagClassName
{
border-color: #097DAE;
}
</style>