Shades of Cerulean #0980BC
Tints of Cerulean #0980BC
RGB
CMYK
RGB Variations
Color information
#0980BC (or 0x0980BC) is known color: Cerulean. HEX triplet: 09, 80 and BC. RGB value is (9,128,188). Sum of RGB (Red+Green+Blue) = 9+128+188=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #0980BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980BC is #F67F43. Grayscale: #626262. Windows color (decimal): -16154436 or 12353545. OLE color: 12353545.
HSL color Cylindrical-coordinate representation of color #0980BC: hue angle of 200.11º 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 #0980BC is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 128 | 188 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.26 |
| HSL | 200.11º | 0.91% | 0.39% | - |
| HSV(B) | 200.11º | 0.95% | 0.74% | - |
| XYZ | 16.91 | 19.13 | 50.38 | - |
| YUV | 99.26 | 178.08 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 188 | 0.95 | 0.32 | 0 | 0.26 | 200.11 | 0.91 | 0.39 |
| Hex | 9 | 80 | BC | 5F | 20 | 0 | 1A | C8 | 5B | 27 |
| Octal | 11 | 200 | 274 | 137 | 40 | 0 | 32 | 310 | 133 | 47 |
| Binary | 1001 | 10000000 | 10111100 | 1011111 | 100000 | 0 | 11010 | 11001000 | 1011011 | 100111 |
Color Harmonies of #0980BC
Complementary color
Monochromatic Colors of #0980BC
Black with #0980BC
Text Example
Text Example
White with #0980BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0980BC; }
p { color: rgb(9,128,188); }
H1.HeaderClassName
{
color: #0980BC;
}
.AnyTagClassName
{
color: #0980BC;
}
</style>
background-color css
<style>
a { background-color: #0980BC; }
a { background-color: rgb(9,128,188); }
div.DivClassName
{
background-color: #0980BC;
}
.BgClassName
{
background-color: #0980BC;
}
</style>
border-color css
<style>
span { border-color: #0980BC; }
span { border-color: rgb(9,128,188); }
td.TdClassName
{
border-color: #0980BC;
}
.TagClassName
{
border-color: #0980BC;
}
</style>