Shades of Cerulean #097DBB
Tints of Cerulean #097DBB
RGB
CMYK
RGB Variations
Color information
#097DBB (or 0x097DBB) is known color: Cerulean. HEX triplet: 09, 7D and BB. RGB value is (9,125,187). Sum of RGB (Red+Green+Blue) = 9+125+187=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #097DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DBB is #F68244. Grayscale: #616161. Windows color (decimal): -16155205 or 12287241. OLE color: 12287241.
HSL color Cylindrical-coordinate representation of color #097DBB: hue angle of 200.9º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097DBB is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 125 | 187 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.27 |
| HSL | 200.9º | 0.91% | 0.38% | - |
| HSV(B) | 200.9º | 0.95% | 0.73% | - |
| XYZ | 16.42 | 18.31 | 49.68 | - |
| YUV | 97.38 | 178.57 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 187 | 0.95 | 0.33 | 0 | 0.27 | 200.9 | 0.91 | 0.38 |
| Hex | 9 | 7D | BB | 5F | 21 | 0 | 1B | C9 | 5B | 26 |
| Octal | 11 | 175 | 273 | 137 | 41 | 0 | 33 | 311 | 133 | 46 |
| Binary | 1001 | 1111101 | 10111011 | 1011111 | 100001 | 0 | 11011 | 11001001 | 1011011 | 100110 |
Color Harmonies of #097DBB
Complementary color
Monochromatic Colors of #097DBB
Black with #097DBB
Text Example
Text Example
White with #097DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097DBB; }
p { color: rgb(9,125,187); }
H1.HeaderClassName
{
color: #097DBB;
}
.AnyTagClassName
{
color: #097DBB;
}
</style>
background-color css
<style>
a { background-color: #097DBB; }
a { background-color: rgb(9,125,187); }
div.DivClassName
{
background-color: #097DBB;
}
.BgClassName
{
background-color: #097DBB;
}
</style>
border-color css
<style>
span { border-color: #097DBB; }
span { border-color: rgb(9,125,187); }
td.TdClassName
{
border-color: #097DBB;
}
.TagClassName
{
border-color: #097DBB;
}
</style>