Shades of Deep Sky Blue #03DCFE
Tints of Deep Sky Blue #03DCFE
RGB
CMYK
RGB Variations
Color information
#03DCFE (or 0x03DCFE) is known color: Deep Sky Blue. HEX triplet: 03, DC and FE. RGB value is (3,220,254). Sum of RGB (Red+Green+Blue) = 3+220+254=477 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #03DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DCFE is #FC2301. Grayscale: #9E9E9E. Windows color (decimal): -16524034 or 16702467. OLE color: 16702467.
HSL color Cylindrical-coordinate representation of color #03DCFE: hue angle of 188.13º 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 #03DCFE is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 220 | 254 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.00 |
| HSL | 188.13º | 0.99% | 0.5% | - |
| HSV(B) | 188.13º | 0.99% | 1% | - |
| XYZ | 43.52 | 58.36 | 102.74 | - |
| YUV | 158.99 | 181.61 | 16.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 254 | 0.99 | 0.13 | 0 | 0.00 | 188.13 | 0.99 | 0.5 |
| Hex | 3 | DC | FE | 63 | D | 0 | 0 | BC | 63 | 32 |
| Octal | 3 | 334 | 376 | 143 | 15 | 0 | 0 | 274 | 143 | 62 |
| Binary | 11 | 11011100 | 11111110 | 1100011 | 1101 | 0 | 0 | 10111100 | 1100011 | 110010 |
Color Harmonies of #03DCFE
Complementary color
Monochromatic Colors of #03DCFE
Black with #03DCFE
Text Example
Text Example
White with #03DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCFE; }
p { color: rgb(3,220,254); }
H1.HeaderClassName
{
color: #03DCFE;
}
.AnyTagClassName
{
color: #03DCFE;
}
</style>
background-color css
<style>
a { background-color: #03DCFE; }
a { background-color: rgb(3,220,254); }
div.DivClassName
{
background-color: #03DCFE;
}
.BgClassName
{
background-color: #03DCFE;
}
</style>
border-color css
<style>
span { border-color: #03DCFE; }
span { border-color: rgb(3,220,254); }
td.TdClassName
{
border-color: #03DCFE;
}
.TagClassName
{
border-color: #03DCFE;
}
</style>