Shades of Deep Sky Blue #03DAFC
Tints of Deep Sky Blue #03DAFC
RGB
CMYK
RGB Variations
Color information
#03DAFC (or 0x03DAFC) is known color: Deep Sky Blue. HEX triplet: 03, DA and FC. RGB value is (3,218,252). Sum of RGB (Red+Green+Blue) = 3+218+252=473 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #03DAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DAFC is #FC2503. Grayscale: #9D9D9D. Windows color (decimal): -16524548 or 16570883. OLE color: 16570883.
HSL color Cylindrical-coordinate representation of color #03DAFC: hue angle of 188.19º 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 #03DAFC is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 218 | 252 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.01 |
| HSL | 188.19º | 0.98% | 0.5% | - |
| HSV(B) | 188.19º | 0.99% | 0.99% | - |
| XYZ | 42.68 | 57.19 | 100.88 | - |
| YUV | 157.59 | 181.27 | 17.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 218 | 252 | 0.99 | 0.13 | 0 | 0.01 | 188.19 | 0.98 | 0.5 |
| Hex | 3 | DA | FC | 63 | D | 0 | 1 | BC | 62 | 32 |
| Octal | 3 | 332 | 374 | 143 | 15 | 0 | 1 | 274 | 142 | 62 |
| Binary | 11 | 11011010 | 11111100 | 1100011 | 1101 | 0 | 1 | 10111100 | 1100010 | 110010 |
Color Harmonies of #03DAFC
Complementary color
Monochromatic Colors of #03DAFC
Black with #03DAFC
Text Example
Text Example
White with #03DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DAFC; }
p { color: rgb(3,218,252); }
H1.HeaderClassName
{
color: #03DAFC;
}
.AnyTagClassName
{
color: #03DAFC;
}
</style>
background-color css
<style>
a { background-color: #03DAFC; }
a { background-color: rgb(3,218,252); }
div.DivClassName
{
background-color: #03DAFC;
}
.BgClassName
{
background-color: #03DAFC;
}
</style>
border-color css
<style>
span { border-color: #03DAFC; }
span { border-color: rgb(3,218,252); }
td.TdClassName
{
border-color: #03DAFC;
}
.TagClassName
{
border-color: #03DAFC;
}
</style>