Shades of Cerulean #0283AB
Tints of Cerulean #0283AB
RGB
CMYK
RGB Variations
Color information
#0283AB (or 0x0283AB) is known color: Cerulean. HEX triplet: 02, 83 and AB. RGB value is (2,131,171). Sum of RGB (Red+Green+Blue) = 2+131+171=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #0283AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0283AB is #FD7C54. Grayscale: #606060. Windows color (decimal): -16612437 or 11240194. OLE color: 11240194.
HSL color Cylindrical-coordinate representation of color #0283AB: hue angle of 194.2º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0283AB is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 131 | 171 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.33 |
| HSL | 194.2º | 0.98% | 0.34% | - |
| HSV(B) | 194.2º | 0.99% | 0.67% | - |
| XYZ | 15.49 | 19.19 | 41.41 | - |
| YUV | 96.99 | 169.76 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 131 | 171 | 0.99 | 0.23 | 0 | 0.33 | 194.2 | 0.98 | 0.34 |
| Hex | 2 | 83 | AB | 63 | 17 | 0 | 21 | C2 | 62 | 22 |
| Octal | 2 | 203 | 253 | 143 | 27 | 0 | 41 | 302 | 142 | 42 |
| Binary | 10 | 10000011 | 10101011 | 1100011 | 10111 | 0 | 100001 | 11000010 | 1100010 | 100010 |
Color Harmonies of #0283AB
Complementary color
Monochromatic Colors of #0283AB
Black with #0283AB
Text Example
Text Example
White with #0283AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0283AB; }
p { color: rgb(2,131,171); }
H1.HeaderClassName
{
color: #0283AB;
}
.AnyTagClassName
{
color: #0283AB;
}
</style>
background-color css
<style>
a { background-color: #0283AB; }
a { background-color: rgb(2,131,171); }
div.DivClassName
{
background-color: #0283AB;
}
.BgClassName
{
background-color: #0283AB;
}
</style>
border-color css
<style>
span { border-color: #0283AB; }
span { border-color: rgb(2,131,171); }
td.TdClassName
{
border-color: #0283AB;
}
.TagClassName
{
border-color: #0283AB;
}
</style>