Shades of Cerulean #097BAA
Tints of Cerulean #097BAA
RGB
CMYK
RGB Variations
Color information
#097BAA (or 0x097BAA) is known color: Cerulean. HEX triplet: 09, 7B and AA. RGB value is (9,123,170). Sum of RGB (Red+Green+Blue) = 9+123+170=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #097BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097BAA is #F68455. Grayscale: #5D5D5D. Windows color (decimal): -16155734 or 11172617. OLE color: 11172617.
HSL color Cylindrical-coordinate representation of color #097BAA: hue angle of 197.52º 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 #097BAA is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 123 | 170 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.33 |
| HSL | 197.52º | 0.9% | 0.35% | - |
| HSV(B) | 197.52º | 0.95% | 0.67% | - |
| XYZ | 14.45 | 17.13 | 40.57 | - |
| YUV | 94.27 | 170.73 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 170 | 0.95 | 0.28 | 0 | 0.33 | 197.52 | 0.9 | 0.35 |
| Hex | 9 | 7B | AA | 5F | 1C | 0 | 21 | C6 | 5A | 23 |
| Octal | 11 | 173 | 252 | 137 | 34 | 0 | 41 | 306 | 132 | 43 |
| Binary | 1001 | 1111011 | 10101010 | 1011111 | 11100 | 0 | 100001 | 11000110 | 1011010 | 100011 |
Color Harmonies of #097BAA
Complementary color
Monochromatic Colors of #097BAA
Black with #097BAA
Text Example
Text Example
White with #097BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BAA; }
p { color: rgb(9,123,170); }
H1.HeaderClassName
{
color: #097BAA;
}
.AnyTagClassName
{
color: #097BAA;
}
</style>
background-color css
<style>
a { background-color: #097BAA; }
a { background-color: rgb(9,123,170); }
div.DivClassName
{
background-color: #097BAA;
}
.BgClassName
{
background-color: #097BAA;
}
</style>
border-color css
<style>
span { border-color: #097BAA; }
span { border-color: rgb(9,123,170); }
td.TdClassName
{
border-color: #097BAA;
}
.TagClassName
{
border-color: #097BAA;
}
</style>