Shades of Cerulean #0882AC
Tints of Cerulean #0882AC
RGB
CMYK
RGB Variations
Color information
#0882AC (or 0x0882AC) is known color: Cerulean. HEX triplet: 08, 82 and AC. RGB value is (8,130,172). Sum of RGB (Red+Green+Blue) = 8+130+172=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #0882AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0882AC is #F77D53. Grayscale: #626262. Windows color (decimal): -16219476 or 11305480. OLE color: 11305480.
HSL color Cylindrical-coordinate representation of color #0882AC: hue angle of 195.37º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0882AC is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 130 | 172 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.33 |
| HSL | 195.37º | 0.91% | 0.35% | - |
| HSV(B) | 195.37º | 0.95% | 0.67% | - |
| XYZ | 15.53 | 19 | 41.88 | - |
| YUV | 98.31 | 169.58 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 172 | 0.95 | 0.24 | 0 | 0.33 | 195.37 | 0.91 | 0.35 |
| Hex | 8 | 82 | AC | 5F | 18 | 0 | 21 | C3 | 5B | 23 |
| Octal | 10 | 202 | 254 | 137 | 30 | 0 | 41 | 303 | 133 | 43 |
| Binary | 1000 | 10000010 | 10101100 | 1011111 | 11000 | 0 | 100001 | 11000011 | 1011011 | 100011 |
Color Harmonies of #0882AC
Complementary color
Monochromatic Colors of #0882AC
Black with #0882AC
Text Example
Text Example
White with #0882AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882AC; }
p { color: rgb(8,130,172); }
H1.HeaderClassName
{
color: #0882AC;
}
.AnyTagClassName
{
color: #0882AC;
}
</style>
background-color css
<style>
a { background-color: #0882AC; }
a { background-color: rgb(8,130,172); }
div.DivClassName
{
background-color: #0882AC;
}
.BgClassName
{
background-color: #0882AC;
}
</style>
border-color css
<style>
span { border-color: #0882AC; }
span { border-color: rgb(8,130,172); }
td.TdClassName
{
border-color: #0882AC;
}
.TagClassName
{
border-color: #0882AC;
}
</style>