Shades of Cerulean #0086AD
Tints of Cerulean #0086AD
RGB
CMYK
RGB Variations
Color information
#0086AD (or 0x0086AD) is known color: Cerulean. HEX triplet: 00, 86 and AD. RGB value is (0,134,173). Sum of RGB (Red+Green+Blue) = 0+134+173=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #0086AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0086AD is #FF7952. Grayscale: #626262. Windows color (decimal): -16742739 or 11372032. OLE color: 11372032.
HSL color Cylindrical-coordinate representation of color #0086AD: hue angle of 193.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086AD is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 134 | 173 | - |
| CMYK | 1 | 0.23 | 0 | 0.32 |
| HSL | 193.53º | 1% | 0.34% | - |
| HSV(B) | 193.53º | 1% | 0.68% | - |
| XYZ | 16.07 | 20.07 | 42.56 | - |
| YUV | 98.38 | 170.11 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 173 | 1 | 0.23 | 0 | 0.32 | 193.53 | 1 | 0.34 |
| Hex | 0 | 86 | AD | 64 | 17 | 0 | 20 | C2 | 64 | 22 |
| Octal | 0 | 206 | 255 | 144 | 27 | 0 | 40 | 302 | 144 | 42 |
| Binary | 0 | 10000110 | 10101101 | 1100100 | 10111 | 0 | 100000 | 11000010 | 1100100 | 100010 |
Color Harmonies of #0086AD
Complementary color
Monochromatic Colors of #0086AD
Black with #0086AD
Text Example
Text Example
White with #0086AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0086AD; }
p { color: rgb(0,134,173); }
H1.HeaderClassName
{
color: #0086AD;
}
.AnyTagClassName
{
color: #0086AD;
}
</style>
background-color css
<style>
a { background-color: #0086AD; }
a { background-color: rgb(0,134,173); }
div.DivClassName
{
background-color: #0086AD;
}
.BgClassName
{
background-color: #0086AD;
}
</style>
border-color css
<style>
span { border-color: #0086AD; }
span { border-color: rgb(0,134,173); }
td.TdClassName
{
border-color: #0086AD;
}
.TagClassName
{
border-color: #0086AD;
}
</style>