Shades of Cerulean #0887AB
Tints of Cerulean #0887AB
RGB
CMYK
RGB Variations
Color information
#0887AB (or 0x0887AB) is known color: Cerulean. HEX triplet: 08, 87 and AB. RGB value is (8,135,171). Sum of RGB (Red+Green+Blue) = 8+135+171=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #0887AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0887AB is #F77854. Grayscale: #646464. Windows color (decimal): -16218197 or 11241224. OLE color: 11241224.
HSL color Cylindrical-coordinate representation of color #0887AB: hue angle of 193.25º 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 #0887AB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 135 | 171 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.33 |
| HSL | 193.25º | 0.91% | 0.35% | - |
| HSV(B) | 193.25º | 0.95% | 0.67% | - |
| XYZ | 16.11 | 20.32 | 41.6 | - |
| YUV | 101.13 | 167.42 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 171 | 0.95 | 0.21 | 0 | 0.33 | 193.25 | 0.91 | 0.35 |
| Hex | 8 | 87 | AB | 5F | 15 | 0 | 21 | C1 | 5B | 23 |
| Octal | 10 | 207 | 253 | 137 | 25 | 0 | 41 | 301 | 133 | 43 |
| Binary | 1000 | 10000111 | 10101011 | 1011111 | 10101 | 0 | 100001 | 11000001 | 1011011 | 100011 |
Color Harmonies of #0887AB
Complementary color
Monochromatic Colors of #0887AB
Black with #0887AB
Text Example
Text Example
White with #0887AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0887AB; }
p { color: rgb(8,135,171); }
H1.HeaderClassName
{
color: #0887AB;
}
.AnyTagClassName
{
color: #0887AB;
}
</style>
background-color css
<style>
a { background-color: #0887AB; }
a { background-color: rgb(8,135,171); }
div.DivClassName
{
background-color: #0887AB;
}
.BgClassName
{
background-color: #0887AB;
}
</style>
border-color css
<style>
span { border-color: #0887AB; }
span { border-color: rgb(8,135,171); }
td.TdClassName
{
border-color: #0887AB;
}
.TagClassName
{
border-color: #0887AB;
}
</style>