Shades of Cerulean #097EAA
Tints of Cerulean #097EAA
RGB
CMYK
RGB Variations
Color information
#097EAA (or 0x097EAA) is known color: Cerulean. HEX triplet: 09, 7E and AA. RGB value is (9,126,170). Sum of RGB (Red+Green+Blue) = 9+126+170=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #097EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097EAA is #F68155. Grayscale: #5F5F5F. Windows color (decimal): -16154966 or 11173385. OLE color: 11173385.
HSL color Cylindrical-coordinate representation of color #097EAA: hue angle of 196.4º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097EAA is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 126 | 170 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.33 |
| HSL | 196.4º | 0.9% | 0.35% | - |
| HSV(B) | 196.4º | 0.95% | 0.67% | - |
| XYZ | 14.83 | 17.88 | 40.7 | - |
| YUV | 96.03 | 169.74 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 170 | 0.95 | 0.26 | 0 | 0.33 | 196.4 | 0.9 | 0.35 |
| Hex | 9 | 7E | AA | 5F | 1A | 0 | 21 | C4 | 5A | 23 |
| Octal | 11 | 176 | 252 | 137 | 32 | 0 | 41 | 304 | 132 | 43 |
| Binary | 1001 | 1111110 | 10101010 | 1011111 | 11010 | 0 | 100001 | 11000100 | 1011010 | 100011 |
Color Harmonies of #097EAA
Complementary color
Monochromatic Colors of #097EAA
Black with #097EAA
Text Example
Text Example
White with #097EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097EAA; }
p { color: rgb(9,126,170); }
H1.HeaderClassName
{
color: #097EAA;
}
.AnyTagClassName
{
color: #097EAA;
}
</style>
background-color css
<style>
a { background-color: #097EAA; }
a { background-color: rgb(9,126,170); }
div.DivClassName
{
background-color: #097EAA;
}
.BgClassName
{
background-color: #097EAA;
}
</style>
border-color css
<style>
span { border-color: #097EAA; }
span { border-color: rgb(9,126,170); }
td.TdClassName
{
border-color: #097EAA;
}
.TagClassName
{
border-color: #097EAA;
}
</style>