Shades of Cerulean #097BBD
Tints of Cerulean #097BBD
RGB
CMYK
RGB Variations
Color information
#097BBD (or 0x097BBD) is known color: Cerulean. HEX triplet: 09, 7B and BD. RGB value is (9,123,189). Sum of RGB (Red+Green+Blue) = 9+123+189=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #097BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BBD is #F68442. Grayscale: #606060. Windows color (decimal): -16155715 or 12417801. OLE color: 12417801.
HSL color Cylindrical-coordinate representation of color #097BBD: hue angle of 202º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097BBD is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 123 | 189 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.26 |
| HSL | 202º | 0.91% | 0.39% | - |
| HSV(B) | 202º | 0.95% | 0.74% | - |
| XYZ | 16.38 | 17.9 | 50.74 | - |
| YUV | 96.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 123 | 189 | 0.95 | 0.35 | 0 | 0.26 | 202 | 0.91 | 0.39 |
| Hex | 9 | 7B | BD | 5F | 23 | 0 | 1A | CA | 5B | 27 |
| Octal | 11 | 173 | 275 | 137 | 43 | 0 | 32 | 312 | 133 | 47 |
| Binary | 1001 | 1111011 | 10111101 | 1011111 | 100011 | 0 | 11010 | 11001010 | 1011011 | 100111 |
Color Harmonies of #097BBD
Complementary color
Monochromatic Colors of #097BBD
Black with #097BBD
Text Example
Text Example
White with #097BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097BBD; }
p { color: rgb(9,123,189); }
H1.HeaderClassName
{
color: #097BBD;
}
.AnyTagClassName
{
color: #097BBD;
}
</style>
background-color css
<style>
a { background-color: #097BBD; }
a { background-color: rgb(9,123,189); }
div.DivClassName
{
background-color: #097BBD;
}
.BgClassName
{
background-color: #097BBD;
}
</style>
border-color css
<style>
span { border-color: #097BBD; }
span { border-color: rgb(9,123,189); }
td.TdClassName
{
border-color: #097BBD;
}
.TagClassName
{
border-color: #097BBD;
}
</style>