Shades of Cerulean #0980BE
Tints of Cerulean #0980BE
RGB
CMYK
RGB Variations
Color information
#0980BE (or 0x0980BE) is known color: Cerulean. HEX triplet: 09, 80 and BE. RGB value is (9,128,190). Sum of RGB (Red+Green+Blue) = 9+128+190=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #0980BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0980BE is #F67F41. Grayscale: #636363. Windows color (decimal): -16154434 or 12484617. OLE color: 12484617.
HSL color Cylindrical-coordinate representation of color #0980BE: hue angle of 200.55º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0980BE is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 128 | 190 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.25 |
| HSL | 200.55º | 0.91% | 0.39% | - |
| HSV(B) | 200.55º | 0.95% | 0.75% | - |
| XYZ | 17.13 | 19.21 | 51.52 | - |
| YUV | 99.49 | 179.08 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 190 | 0.95 | 0.33 | 0 | 0.25 | 200.55 | 0.91 | 0.39 |
| Hex | 9 | 80 | BE | 5F | 21 | 0 | 19 | C9 | 5B | 27 |
| Octal | 11 | 200 | 276 | 137 | 41 | 0 | 31 | 311 | 133 | 47 |
| Binary | 1001 | 10000000 | 10111110 | 1011111 | 100001 | 0 | 11001 | 11001001 | 1011011 | 100111 |
Color Harmonies of #0980BE
Complementary color
Monochromatic Colors of #0980BE
Black with #0980BE
Text Example
Text Example
White with #0980BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0980BE; }
p { color: rgb(9,128,190); }
H1.HeaderClassName
{
color: #0980BE;
}
.AnyTagClassName
{
color: #0980BE;
}
</style>
background-color css
<style>
a { background-color: #0980BE; }
a { background-color: rgb(9,128,190); }
div.DivClassName
{
background-color: #0980BE;
}
.BgClassName
{
background-color: #0980BE;
}
</style>
border-color css
<style>
span { border-color: #0980BE; }
span { border-color: rgb(9,128,190); }
td.TdClassName
{
border-color: #0980BE;
}
.TagClassName
{
border-color: #0980BE;
}
</style>