Shades of Deep Sky Blue #03DDFC
Tints of Deep Sky Blue #03DDFC
RGB
CMYK
RGB Variations
Color information
#03DDFC (or 0x03DDFC) is known color: Deep Sky Blue. HEX triplet: 03, DD and FC. RGB value is (3,221,252). Sum of RGB (Red+Green+Blue) = 3+221+252=476 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #03DDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DDFC is #FC2203. Grayscale: #9F9F9F. Windows color (decimal): -16523780 or 16571651. OLE color: 16571651.
HSL color Cylindrical-coordinate representation of color #03DDFC: hue angle of 187.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DDFC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 221 | 252 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.01 |
| HSL | 187.47º | 0.98% | 0.5% | - |
| HSV(B) | 187.47º | 0.99% | 0.99% | - |
| XYZ | 43.46 | 58.76 | 101.15 | - |
| YUV | 159.35 | 180.28 | 16.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 252 | 0.99 | 0.12 | 0 | 0.01 | 187.47 | 0.98 | 0.5 |
| Hex | 3 | DD | FC | 63 | C | 0 | 1 | BB | 62 | 32 |
| Octal | 3 | 335 | 374 | 143 | 14 | 0 | 1 | 273 | 142 | 62 |
| Binary | 11 | 11011101 | 11111100 | 1100011 | 1100 | 0 | 1 | 10111011 | 1100010 | 110010 |
Color Harmonies of #03DDFC
Complementary color
Monochromatic Colors of #03DDFC
Black with #03DDFC
Text Example
Text Example
White with #03DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DDFC; }
p { color: rgb(3,221,252); }
H1.HeaderClassName
{
color: #03DDFC;
}
.AnyTagClassName
{
color: #03DDFC;
}
</style>
background-color css
<style>
a { background-color: #03DDFC; }
a { background-color: rgb(3,221,252); }
div.DivClassName
{
background-color: #03DDFC;
}
.BgClassName
{
background-color: #03DDFC;
}
</style>
border-color css
<style>
span { border-color: #03DDFC; }
span { border-color: rgb(3,221,252); }
td.TdClassName
{
border-color: #03DDFC;
}
.TagClassName
{
border-color: #03DDFC;
}
</style>