Shades of Deep Sky Blue #03ABFF
Tints of Deep Sky Blue #03ABFF
RGB
CMYK
RGB Variations
Color information
#03ABFF (or 0x03ABFF) is known color: Deep Sky Blue. HEX triplet: 03, AB and FF. RGB value is (3,171,255). Sum of RGB (Red+Green+Blue) = 3+171+255=429 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #03ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ABFF is #FC5400. Grayscale: #818181. Windows color (decimal): -16536577 or 16755459. OLE color: 16755459.
HSL color Cylindrical-coordinate representation of color #03ABFF: hue angle of 200º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ABFF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 171 | 255 | - |
| CMYK | 0.99 | 0.33 | 0 | 0 |
| HSL | 200º | 1% | 0.51% | - |
| HSV(B) | 200º | 0.99% | 1% | - |
| XYZ | 32.65 | 36.37 | 99.91 | - |
| YUV | 130.34 | 198.34 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 171 | 255 | 0.99 | 0.33 | 0 | 0 | 200 | 1 | 0.51 |
| Hex | 3 | AB | FF | 63 | 21 | 0 | 0 | C8 | 64 | 33 |
| Octal | 3 | 253 | 377 | 143 | 41 | 0 | 0 | 310 | 144 | 63 |
| Binary | 11 | 10101011 | 11111111 | 1100011 | 100001 | 0 | 0 | 11001000 | 1100100 | 110011 |
Color Harmonies of #03ABFF
Complementary color
Monochromatic Colors of #03ABFF
Black with #03ABFF
Text Example
Text Example
White with #03ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ABFF; }
p { color: rgb(3,171,255); }
H1.HeaderClassName
{
color: #03ABFF;
}
.AnyTagClassName
{
color: #03ABFF;
}
</style>
background-color css
<style>
a { background-color: #03ABFF; }
a { background-color: rgb(3,171,255); }
div.DivClassName
{
background-color: #03ABFF;
}
.BgClassName
{
background-color: #03ABFF;
}
</style>
border-color css
<style>
span { border-color: #03ABFF; }
span { border-color: rgb(3,171,255); }
td.TdClassName
{
border-color: #03ABFF;
}
.TagClassName
{
border-color: #03ABFF;
}
</style>