Shades of Cerulean #0A83AE
Tints of Cerulean #0A83AE
RGB
CMYK
RGB Variations
Color information
#0A83AE (or 0x0A83AE) is known color: Cerulean. HEX triplet: 0A, 83 and AE. RGB value is (10,131,174). Sum of RGB (Red+Green+Blue) = 10+131+174=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A83AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A83AE is #F57C51. Grayscale: #636363. Windows color (decimal): -16088146 or 11436810. OLE color: 11436810.
HSL color Cylindrical-coordinate representation of color #0A83AE: hue angle of 195.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A83AE is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 131 | 174 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.32 |
| HSL | 195.73º | 0.89% | 0.36% | - |
| HSV(B) | 195.73º | 0.94% | 0.68% | - |
| XYZ | 15.88 | 19.35 | 42.94 | - |
| YUV | 99.72 | 169.91 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 174 | 0.94 | 0.25 | 0 | 0.32 | 195.73 | 0.89 | 0.36 |
| Hex | A | 83 | AE | 5E | 19 | 0 | 20 | C4 | 59 | 24 |
| Octal | 12 | 203 | 256 | 136 | 31 | 0 | 40 | 304 | 131 | 44 |
| Binary | 1010 | 10000011 | 10101110 | 1011110 | 11001 | 0 | 100000 | 11000100 | 1011001 | 100100 |
Color Harmonies of #0A83AE
Complementary color
Monochromatic Colors of #0A83AE
Black with #0A83AE
Text Example
Text Example
White with #0A83AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A83AE; }
p { color: rgb(10,131,174); }
H1.HeaderClassName
{
color: #0A83AE;
}
.AnyTagClassName
{
color: #0A83AE;
}
</style>
background-color css
<style>
a { background-color: #0A83AE; }
a { background-color: rgb(10,131,174); }
div.DivClassName
{
background-color: #0A83AE;
}
.BgClassName
{
background-color: #0A83AE;
}
</style>
border-color css
<style>
span { border-color: #0A83AE; }
span { border-color: rgb(10,131,174); }
td.TdClassName
{
border-color: #0A83AE;
}
.TagClassName
{
border-color: #0A83AE;
}
</style>