Shades of Cerulean #0283AE
Tints of Cerulean #0283AE
RGB
CMYK
RGB Variations
Color information
#0283AE (or 0x0283AE) is known color: Cerulean. HEX triplet: 02, 83 and AE. RGB value is (2,131,174). Sum of RGB (Red+Green+Blue) = 2+131+174=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #0283AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0283AE is #FD7C51. Grayscale: #616161. Windows color (decimal): -16612434 or 11436802. OLE color: 11436802.
HSL color Cylindrical-coordinate representation of color #0283AE: hue angle of 195º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0283AE is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 131 | 174 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.32 |
| HSL | 195º | 0.98% | 0.35% | - |
| HSV(B) | 195º | 0.99% | 0.68% | - |
| XYZ | 15.78 | 19.3 | 42.94 | - |
| YUV | 97.33 | 171.26 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 174 | 0.99 | 0.25 | 0 | 0.32 | 195 | 0.98 | 0.35 |
| Hex | 2 | 83 | AE | 63 | 19 | 0 | 20 | C3 | 62 | 23 |
| Octal | 2 | 203 | 256 | 143 | 31 | 0 | 40 | 303 | 142 | 43 |
| Binary | 10 | 10000011 | 10101110 | 1100011 | 11001 | 0 | 100000 | 11000011 | 1100010 | 100011 |
Color Harmonies of #0283AE
Complementary color
Monochromatic Colors of #0283AE
Black with #0283AE
Text Example
Text Example
White with #0283AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0283AE; }
p { color: rgb(2,131,174); }
H1.HeaderClassName
{
color: #0283AE;
}
.AnyTagClassName
{
color: #0283AE;
}
</style>
background-color css
<style>
a { background-color: #0283AE; }
a { background-color: rgb(2,131,174); }
div.DivClassName
{
background-color: #0283AE;
}
.BgClassName
{
background-color: #0283AE;
}
</style>
border-color css
<style>
span { border-color: #0283AE; }
span { border-color: rgb(2,131,174); }
td.TdClassName
{
border-color: #0283AE;
}
.TagClassName
{
border-color: #0283AE;
}
</style>