Shades of Cerulean #097DBD
Tints of Cerulean #097DBD
RGB
CMYK
RGB Variations
Color information
#097DBD (or 0x097DBD) is known color: Cerulean. HEX triplet: 09, 7D and BD. RGB value is (9,125,189). Sum of RGB (Red+Green+Blue) = 9+125+189=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #097DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DBD is #F68242. Grayscale: #616161. Windows color (decimal): -16155203 or 12418313. OLE color: 12418313.
HSL color Cylindrical-coordinate representation of color #097DBD: hue angle of 201.33º 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 #097DBD is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 125 | 189 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.26 |
| HSL | 201.33º | 0.91% | 0.39% | - |
| HSV(B) | 201.33º | 0.95% | 0.74% | - |
| XYZ | 16.63 | 18.4 | 50.82 | - |
| YUV | 97.61 | 179.57 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 189 | 0.95 | 0.34 | 0 | 0.26 | 201.33 | 0.91 | 0.39 |
| Hex | 9 | 7D | BD | 5F | 22 | 0 | 1A | C9 | 5B | 27 |
| Octal | 11 | 175 | 275 | 137 | 42 | 0 | 32 | 311 | 133 | 47 |
| Binary | 1001 | 1111101 | 10111101 | 1011111 | 100010 | 0 | 11010 | 11001001 | 1011011 | 100111 |
Color Harmonies of #097DBD
Complementary color
Monochromatic Colors of #097DBD
Black with #097DBD
Text Example
Text Example
White with #097DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DBD; }
p { color: rgb(9,125,189); }
H1.HeaderClassName
{
color: #097DBD;
}
.AnyTagClassName
{
color: #097DBD;
}
</style>
background-color css
<style>
a { background-color: #097DBD; }
a { background-color: rgb(9,125,189); }
div.DivClassName
{
background-color: #097DBD;
}
.BgClassName
{
background-color: #097DBD;
}
</style>
border-color css
<style>
span { border-color: #097DBD; }
span { border-color: rgb(9,125,189); }
td.TdClassName
{
border-color: #097DBD;
}
.TagClassName
{
border-color: #097DBD;
}
</style>