Shades of Cerulean #097BAD
Tints of Cerulean #097BAD
RGB
CMYK
RGB Variations
Color information
#097BAD (or 0x097BAD) is known color: Cerulean. HEX triplet: 09, 7B and AD. RGB value is (9,123,173). Sum of RGB (Red+Green+Blue) = 9+123+173=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #097BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097BAD is #F68452. Grayscale: #5E5E5E. Windows color (decimal): -16155731 or 11369225. OLE color: 11369225.
HSL color Cylindrical-coordinate representation of color #097BAD: hue angle of 198.29º 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 #097BAD is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 123 | 173 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.32 |
| HSL | 198.29º | 0.9% | 0.36% | - |
| HSV(B) | 198.29º | 0.95% | 0.68% | - |
| XYZ | 14.74 | 17.24 | 42.09 | - |
| YUV | 94.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 173 | 0.95 | 0.29 | 0 | 0.32 | 198.29 | 0.9 | 0.36 |
| Hex | 9 | 7B | AD | 5F | 1D | 0 | 20 | C6 | 5A | 24 |
| Octal | 11 | 173 | 255 | 137 | 35 | 0 | 40 | 306 | 132 | 44 |
| Binary | 1001 | 1111011 | 10101101 | 1011111 | 11101 | 0 | 100000 | 11000110 | 1011010 | 100100 |
Color Harmonies of #097BAD
Complementary color
Monochromatic Colors of #097BAD
Black with #097BAD
Text Example
Text Example
White with #097BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BAD; }
p { color: rgb(9,123,173); }
H1.HeaderClassName
{
color: #097BAD;
}
.AnyTagClassName
{
color: #097BAD;
}
</style>
background-color css
<style>
a { background-color: #097BAD; }
a { background-color: rgb(9,123,173); }
div.DivClassName
{
background-color: #097BAD;
}
.BgClassName
{
background-color: #097BAD;
}
</style>
border-color css
<style>
span { border-color: #097BAD; }
span { border-color: rgb(9,123,173); }
td.TdClassName
{
border-color: #097BAD;
}
.TagClassName
{
border-color: #097BAD;
}
</style>