Shades of Cerulean #0882B3
Tints of Cerulean #0882B3
RGB
CMYK
RGB Variations
Color information
#0882B3 (or 0x0882B3) is known color: Cerulean. HEX triplet: 08, 82 and B3. RGB value is (8,130,179). Sum of RGB (Red+Green+Blue) = 8+130+179=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #0882B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882B3 is #F77D4C. Grayscale: #626262. Windows color (decimal): -16219469 or 11764232. OLE color: 11764232.
HSL color Cylindrical-coordinate representation of color #0882B3: hue angle of 197.19º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0882B3 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 130 | 179 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.30 |
| HSL | 197.19º | 0.91% | 0.37% | - |
| HSV(B) | 197.19º | 0.96% | 0.7% | - |
| XYZ | 16.22 | 19.27 | 45.51 | - |
| YUV | 99.11 | 173.08 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 179 | 0.96 | 0.27 | 0 | 0.30 | 197.19 | 0.91 | 0.37 |
| Hex | 8 | 82 | B3 | 60 | 1B | 0 | 1E | C5 | 5B | 25 |
| Octal | 10 | 202 | 263 | 140 | 33 | 0 | 36 | 305 | 133 | 45 |
| Binary | 1000 | 10000010 | 10110011 | 1100000 | 11011 | 0 | 11110 | 11000101 | 1011011 | 100101 |
Color Harmonies of #0882B3
Complementary color
Monochromatic Colors of #0882B3
Black with #0882B3
Text Example
Text Example
White with #0882B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882B3; }
p { color: rgb(8,130,179); }
H1.HeaderClassName
{
color: #0882B3;
}
.AnyTagClassName
{
color: #0882B3;
}
</style>
background-color css
<style>
a { background-color: #0882B3; }
a { background-color: rgb(8,130,179); }
div.DivClassName
{
background-color: #0882B3;
}
.BgClassName
{
background-color: #0882B3;
}
</style>
border-color css
<style>
span { border-color: #0882B3; }
span { border-color: rgb(8,130,179); }
td.TdClassName
{
border-color: #0882B3;
}
.TagClassName
{
border-color: #0882B3;
}
</style>