Shades of Deep Sky Blue #03ABEF
Tints of Deep Sky Blue #03ABEF
RGB
CMYK
RGB Variations
Color information
#03ABEF (or 0x03ABEF) is known color: Deep Sky Blue. HEX triplet: 03, AB and EF. RGB value is (3,171,239). Sum of RGB (Red+Green+Blue) = 3+171+239=413 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #03ABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ABEF is #FC5410. Grayscale: #808080. Windows color (decimal): -16536593 or 15706883. OLE color: 15706883.
HSL color Cylindrical-coordinate representation of color #03ABEF: hue angle of 197.29º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ABEF is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 171 | 239 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.06 |
| HSL | 197.29º | 0.98% | 0.47% | - |
| HSV(B) | 197.29º | 0.99% | 0.94% | - |
| XYZ | 30.18 | 35.38 | 86.9 | - |
| YUV | 128.52 | 190.34 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 171 | 239 | 0.99 | 0.28 | 0 | 0.06 | 197.29 | 0.98 | 0.47 |
| Hex | 3 | AB | EF | 63 | 1C | 0 | 6 | C5 | 62 | 2F |
| Octal | 3 | 253 | 357 | 143 | 34 | 0 | 6 | 305 | 142 | 57 |
| Binary | 11 | 10101011 | 11101111 | 1100011 | 11100 | 0 | 110 | 11000101 | 1100010 | 101111 |
Color Harmonies of #03ABEF
Complementary color
Monochromatic Colors of #03ABEF
Black with #03ABEF
Text Example
Text Example
White with #03ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ABEF; }
p { color: rgb(3,171,239); }
H1.HeaderClassName
{
color: #03ABEF;
}
.AnyTagClassName
{
color: #03ABEF;
}
</style>
background-color css
<style>
a { background-color: #03ABEF; }
a { background-color: rgb(3,171,239); }
div.DivClassName
{
background-color: #03ABEF;
}
.BgClassName
{
background-color: #03ABEF;
}
</style>
border-color css
<style>
span { border-color: #03ABEF; }
span { border-color: rgb(3,171,239); }
td.TdClassName
{
border-color: #03ABEF;
}
.TagClassName
{
border-color: #03ABEF;
}
</style>