Shades of Deep Sky Blue #03ADFE
Tints of Deep Sky Blue #03ADFE
RGB
CMYK
RGB Variations
Color information
#03ADFE (or 0x03ADFE) is known color: Deep Sky Blue. HEX triplet: 03, AD and FE. RGB value is (3,173,254). Sum of RGB (Red+Green+Blue) = 3+173+254=430 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #03ADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ADFE is #FC5201. Grayscale: #828282. Windows color (decimal): -16536066 or 16690435. OLE color: 16690435.
HSL color Cylindrical-coordinate representation of color #03ADFE: hue angle of 199.36º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADFE is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 173 | 254 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.00 |
| HSL | 199.36º | 0.99% | 0.5% | - |
| HSV(B) | 199.36º | 0.99% | 1% | - |
| XYZ | 32.87 | 37.06 | 99.19 | - |
| YUV | 131.4 | 197.18 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 254 | 0.99 | 0.32 | 0 | 0.00 | 199.36 | 0.99 | 0.5 |
| Hex | 3 | AD | FE | 63 | 20 | 0 | 0 | C7 | 63 | 32 |
| Octal | 3 | 255 | 376 | 143 | 40 | 0 | 0 | 307 | 143 | 62 |
| Binary | 11 | 10101101 | 11111110 | 1100011 | 100000 | 0 | 0 | 11000111 | 1100011 | 110010 |
Color Harmonies of #03ADFE
Complementary color
Monochromatic Colors of #03ADFE
Black with #03ADFE
Text Example
Text Example
White with #03ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADFE; }
p { color: rgb(3,173,254); }
H1.HeaderClassName
{
color: #03ADFE;
}
.AnyTagClassName
{
color: #03ADFE;
}
</style>
background-color css
<style>
a { background-color: #03ADFE; }
a { background-color: rgb(3,173,254); }
div.DivClassName
{
background-color: #03ADFE;
}
.BgClassName
{
background-color: #03ADFE;
}
</style>
border-color css
<style>
span { border-color: #03ADFE; }
span { border-color: rgb(3,173,254); }
td.TdClassName
{
border-color: #03ADFE;
}
.TagClassName
{
border-color: #03ADFE;
}
</style>