Shades of Cerulean #0980BD
Tints of Cerulean #0980BD
RGB
CMYK
RGB Variations
Color information
#0980BD (or 0x0980BD) is known color: Cerulean. HEX triplet: 09, 80 and BD. RGB value is (9,128,189). Sum of RGB (Red+Green+Blue) = 9+128+189=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #0980BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980BD is #F67F42. Grayscale: #636363. Windows color (decimal): -16154435 or 12419081. OLE color: 12419081.
HSL color Cylindrical-coordinate representation of color #0980BD: hue angle of 200.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 #0980BD is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 128 | 189 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.26 |
| HSL | 200.33º | 0.91% | 0.39% | - |
| HSV(B) | 200.33º | 0.95% | 0.74% | - |
| XYZ | 17.02 | 19.17 | 50.95 | - |
| YUV | 99.37 | 178.58 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 189 | 0.95 | 0.32 | 0 | 0.26 | 200.33 | 0.91 | 0.39 |
| Hex | 9 | 80 | BD | 5F | 20 | 0 | 1A | C8 | 5B | 27 |
| Octal | 11 | 200 | 275 | 137 | 40 | 0 | 32 | 310 | 133 | 47 |
| Binary | 1001 | 10000000 | 10111101 | 1011111 | 100000 | 0 | 11010 | 11001000 | 1011011 | 100111 |
Color Harmonies of #0980BD
Complementary color
Monochromatic Colors of #0980BD
Black with #0980BD
Text Example
Text Example
White with #0980BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0980BD; }
p { color: rgb(9,128,189); }
H1.HeaderClassName
{
color: #0980BD;
}
.AnyTagClassName
{
color: #0980BD;
}
</style>
background-color css
<style>
a { background-color: #0980BD; }
a { background-color: rgb(9,128,189); }
div.DivClassName
{
background-color: #0980BD;
}
.BgClassName
{
background-color: #0980BD;
}
</style>
border-color css
<style>
span { border-color: #0980BD; }
span { border-color: rgb(9,128,189); }
td.TdClassName
{
border-color: #0980BD;
}
.TagClassName
{
border-color: #0980BD;
}
</style>