Shades of Deep Sky Blue #03DFFF
Tints of Deep Sky Blue #03DFFF
RGB
CMYK
RGB Variations
Color information
#03DFFF (or 0x03DFFF) is known color: Deep Sky Blue. HEX triplet: 03, DF and FF. RGB value is (3,223,255). Sum of RGB (Red+Green+Blue) = 3+223+255=481 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #03DFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DFFF is #FC2000. Grayscale: #A0A0A0. Windows color (decimal): -16523265 or 16768771. OLE color: 16768771.
HSL color Cylindrical-coordinate representation of color #03DFFF: hue angle of 187.62º 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 #03DFFF is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 223 | 255 | - |
| CMYK | 0.99 | 0.13 | 0 | 0 |
| HSL | 187.62º | 1% | 0.51% | - |
| HSV(B) | 187.62º | 0.99% | 1% | - |
| XYZ | 44.48 | 60.01 | 103.85 | - |
| YUV | 160.87 | 181.11 | 15.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 255 | 0.99 | 0.13 | 0 | 0 | 187.62 | 1 | 0.51 |
| Hex | 3 | DF | FF | 63 | D | 0 | 0 | BC | 64 | 33 |
| Octal | 3 | 337 | 377 | 143 | 15 | 0 | 0 | 274 | 144 | 63 |
| Binary | 11 | 11011111 | 11111111 | 1100011 | 1101 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #03DFFF
Complementary color
Monochromatic Colors of #03DFFF
Black with #03DFFF
Text Example
Text Example
White with #03DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DFFF; }
p { color: rgb(3,223,255); }
H1.HeaderClassName
{
color: #03DFFF;
}
.AnyTagClassName
{
color: #03DFFF;
}
</style>
background-color css
<style>
a { background-color: #03DFFF; }
a { background-color: rgb(3,223,255); }
div.DivClassName
{
background-color: #03DFFF;
}
.BgClassName
{
background-color: #03DFFF;
}
</style>
border-color css
<style>
span { border-color: #03DFFF; }
span { border-color: rgb(3,223,255); }
td.TdClassName
{
border-color: #03DFFF;
}
.TagClassName
{
border-color: #03DFFF;
}
</style>