Shades of Deep Sky Blue #03DCFA
Tints of Deep Sky Blue #03DCFA
RGB
CMYK
RGB Variations
Color information
#03DCFA (or 0x03DCFA) is known color: Deep Sky Blue. HEX triplet: 03, DC and FA. RGB value is (3,220,250). Sum of RGB (Red+Green+Blue) = 3+220+250=473 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #03DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DCFA is #FC2305. Grayscale: #9E9E9E. Windows color (decimal): -16524038 or 16440323. OLE color: 16440323.
HSL color Cylindrical-coordinate representation of color #03DCFA: hue angle of 187.29º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DCFA is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 220 | 250 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.02 |
| HSL | 187.29º | 0.98% | 0.5% | - |
| HSV(B) | 187.29º | 0.99% | 0.98% | - |
| XYZ | 42.89 | 58.11 | 99.4 | - |
| YUV | 158.54 | 179.61 | 17.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 250 | 0.99 | 0.12 | 0 | 0.02 | 187.29 | 0.98 | 0.5 |
| Hex | 3 | DC | FA | 63 | C | 0 | 2 | BB | 62 | 32 |
| Octal | 3 | 334 | 372 | 143 | 14 | 0 | 2 | 273 | 142 | 62 |
| Binary | 11 | 11011100 | 11111010 | 1100011 | 1100 | 0 | 10 | 10111011 | 1100010 | 110010 |
Color Harmonies of #03DCFA
Complementary color
Monochromatic Colors of #03DCFA
Black with #03DCFA
Text Example
Text Example
White with #03DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCFA; }
p { color: rgb(3,220,250); }
H1.HeaderClassName
{
color: #03DCFA;
}
.AnyTagClassName
{
color: #03DCFA;
}
</style>
background-color css
<style>
a { background-color: #03DCFA; }
a { background-color: rgb(3,220,250); }
div.DivClassName
{
background-color: #03DCFA;
}
.BgClassName
{
background-color: #03DCFA;
}
</style>
border-color css
<style>
span { border-color: #03DCFA; }
span { border-color: rgb(3,220,250); }
td.TdClassName
{
border-color: #03DCFA;
}
.TagClassName
{
border-color: #03DCFA;
}
</style>