Shades of Cerulean #0883BA
Tints of Cerulean #0883BA
RGB
CMYK
RGB Variations
Color information
#0883BA (or 0x0883BA) is known color: Cerulean. HEX triplet: 08, 83 and BA. RGB value is (8,131,186). Sum of RGB (Red+Green+Blue) = 8+131+186=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #0883BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0883BA is #F77C45. Grayscale: #646464. Windows color (decimal): -16219206 or 12223240. OLE color: 12223240.
HSL color Cylindrical-coordinate representation of color #0883BA: hue angle of 198.54º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0883BA is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 131 | 186 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.27 |
| HSL | 198.54º | 0.92% | 0.38% | - |
| HSV(B) | 198.54º | 0.96% | 0.73% | - |
| XYZ | 17.08 | 19.83 | 49.38 | - |
| YUV | 100.49 | 176.25 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 186 | 0.96 | 0.30 | 0 | 0.27 | 198.54 | 0.92 | 0.38 |
| Hex | 8 | 83 | BA | 60 | 1E | 0 | 1B | C7 | 5C | 26 |
| Octal | 10 | 203 | 272 | 140 | 36 | 0 | 33 | 307 | 134 | 46 |
| Binary | 1000 | 10000011 | 10111010 | 1100000 | 11110 | 0 | 11011 | 11000111 | 1011100 | 100110 |
Color Harmonies of #0883BA
Complementary color
Monochromatic Colors of #0883BA
Black with #0883BA
Text Example
Text Example
White with #0883BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0883BA; }
p { color: rgb(8,131,186); }
H1.HeaderClassName
{
color: #0883BA;
}
.AnyTagClassName
{
color: #0883BA;
}
</style>
background-color css
<style>
a { background-color: #0883BA; }
a { background-color: rgb(8,131,186); }
div.DivClassName
{
background-color: #0883BA;
}
.BgClassName
{
background-color: #0883BA;
}
</style>
border-color css
<style>
span { border-color: #0883BA; }
span { border-color: rgb(8,131,186); }
td.TdClassName
{
border-color: #0883BA;
}
.TagClassName
{
border-color: #0883BA;
}
</style>