Shades of Deep Sky Blue #03DDFF
Tints of Deep Sky Blue #03DDFF
RGB
CMYK
RGB Variations
Color information
#03DDFF (or 0x03DDFF) is known color: Deep Sky Blue. HEX triplet: 03, DD and FF. RGB value is (3,221,255). Sum of RGB (Red+Green+Blue) = 3+221+255=479 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #03DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DDFF is #FC2200. Grayscale: #9F9F9F. Windows color (decimal): -16523777 or 16768259. OLE color: 16768259.
HSL color Cylindrical-coordinate representation of color #03DDFF: hue angle of 188.1º 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 #03DDFF is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 221 | 255 | - |
| CMYK | 0.99 | 0.13 | 0 | 0 |
| HSL | 188.1º | 1% | 0.51% | - |
| HSV(B) | 188.1º | 0.99% | 1% | - |
| XYZ | 43.94 | 58.95 | 103.67 | - |
| YUV | 159.69 | 181.78 | 16.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 255 | 0.99 | 0.13 | 0 | 0 | 188.1 | 1 | 0.51 |
| Hex | 3 | DD | FF | 63 | D | 0 | 0 | BC | 64 | 33 |
| Octal | 3 | 335 | 377 | 143 | 15 | 0 | 0 | 274 | 144 | 63 |
| Binary | 11 | 11011101 | 11111111 | 1100011 | 1101 | 0 | 0 | 10111100 | 1100100 | 110011 |
Color Harmonies of #03DDFF
Complementary color
Monochromatic Colors of #03DDFF
Black with #03DDFF
Text Example
Text Example
White with #03DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDFF; }
p { color: rgb(3,221,255); }
H1.HeaderClassName
{
color: #03DDFF;
}
.AnyTagClassName
{
color: #03DDFF;
}
</style>
background-color css
<style>
a { background-color: #03DDFF; }
a { background-color: rgb(3,221,255); }
div.DivClassName
{
background-color: #03DDFF;
}
.BgClassName
{
background-color: #03DDFF;
}
</style>
border-color css
<style>
span { border-color: #03DDFF; }
span { border-color: rgb(3,221,255); }
td.TdClassName
{
border-color: #03DDFF;
}
.TagClassName
{
border-color: #03DDFF;
}
</style>