Shades of Deep Sky Blue #03ADFC
Tints of Deep Sky Blue #03ADFC
RGB
CMYK
RGB Variations
Color information
#03ADFC (or 0x03ADFC) is known color: Deep Sky Blue. HEX triplet: 03, AD and FC. RGB value is (3,173,252). Sum of RGB (Red+Green+Blue) = 3+173+252=428 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #03ADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ADFC is #FC5203. Grayscale: #828282. Windows color (decimal): -16536068 or 16559363. OLE color: 16559363.
HSL color Cylindrical-coordinate representation of color #03ADFC: hue angle of 199.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ADFC is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 173 | 252 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.01 |
| HSL | 199.04º | 0.98% | 0.5% | - |
| HSV(B) | 199.04º | 0.99% | 0.99% | - |
| XYZ | 32.55 | 36.93 | 97.51 | - |
| YUV | 131.18 | 196.18 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 173 | 252 | 0.99 | 0.31 | 0 | 0.01 | 199.04 | 0.98 | 0.5 |
| Hex | 3 | AD | FC | 63 | 1F | 0 | 1 | C7 | 62 | 32 |
| Octal | 3 | 255 | 374 | 143 | 37 | 0 | 1 | 307 | 142 | 62 |
| Binary | 11 | 10101101 | 11111100 | 1100011 | 11111 | 0 | 1 | 11000111 | 1100010 | 110010 |
Color Harmonies of #03ADFC
Complementary color
Monochromatic Colors of #03ADFC
Black with #03ADFC
Text Example
Text Example
White with #03ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ADFC; }
p { color: rgb(3,173,252); }
H1.HeaderClassName
{
color: #03ADFC;
}
.AnyTagClassName
{
color: #03ADFC;
}
</style>
background-color css
<style>
a { background-color: #03ADFC; }
a { background-color: rgb(3,173,252); }
div.DivClassName
{
background-color: #03ADFC;
}
.BgClassName
{
background-color: #03ADFC;
}
</style>
border-color css
<style>
span { border-color: #03ADFC; }
span { border-color: rgb(3,173,252); }
td.TdClassName
{
border-color: #03ADFC;
}
.TagClassName
{
border-color: #03ADFC;
}
</style>