Shades of Deep Sky Blue #03DCFF
Tints of Deep Sky Blue #03DCFF
RGB
CMYK
RGB Variations
Color information
#03DCFF (or 0x03DCFF) is known color: Deep Sky Blue. HEX triplet: 03, DC and FF. RGB value is (3,220,255). Sum of RGB (Red+Green+Blue) = 3+220+255=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #03DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DCFF is #FC2300. Grayscale: #9E9E9E. Windows color (decimal): -16524033 or 16768003. OLE color: 16768003.
HSL color Cylindrical-coordinate representation of color #03DCFF: hue angle of 188.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DCFF is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 220 | 255 | - |
| CMYK | 0.99 | 0.14 | 0 | 0 |
| HSL | 188.33º | 1% | 0.51% | - |
| HSV(B) | 188.33º | 0.99% | 1% | - |
| XYZ | 43.68 | 58.43 | 103.58 | - |
| YUV | 159.11 | 182.11 | 16.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 255 | 0.99 | 0.14 | 0 | 0 | 188.33 | 1 | 0.51 |
| Hex | 3 | DC | FF | 63 | E | 0 | 0 | BC | 64 | 33 |
| Octal | 3 | 334 | 377 | 143 | 16 | 0 | 0 | 274 | 144 | 63 |
| Binary | 11 | 11011100 | 11111111 | 1100011 | 1110 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #03DCFF
Complementary color
Monochromatic Colors of #03DCFF
Black with #03DCFF
Text Example
Text Example
White with #03DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCFF; }
p { color: rgb(3,220,255); }
H1.HeaderClassName
{
color: #03DCFF;
}
.AnyTagClassName
{
color: #03DCFF;
}
</style>
background-color css
<style>
a { background-color: #03DCFF; }
a { background-color: rgb(3,220,255); }
div.DivClassName
{
background-color: #03DCFF;
}
.BgClassName
{
background-color: #03DCFF;
}
</style>
border-color css
<style>
span { border-color: #03DCFF; }
span { border-color: rgb(3,220,255); }
td.TdClassName
{
border-color: #03DCFF;
}
.TagClassName
{
border-color: #03DCFF;
}
</style>