Shades of Deep Sky Blue #03DEFD
Tints of Deep Sky Blue #03DEFD
RGB
CMYK
RGB Variations
Color information
#03DEFD (or 0x03DEFD) is known color: Deep Sky Blue. HEX triplet: 03, DE and FD. RGB value is (3,222,253). Sum of RGB (Red+Green+Blue) = 3+222+253=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #03DEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DEFD is #FC2102. Grayscale: #9F9F9F. Windows color (decimal): -16523523 or 16637443. OLE color: 16637443.
HSL color Cylindrical-coordinate representation of color #03DEFD: hue angle of 187.44º 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 #03DEFD is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 222 | 253 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.01 |
| HSL | 187.44º | 0.98% | 0.5% | - |
| HSV(B) | 187.44º | 0.99% | 0.99% | - |
| XYZ | 43.89 | 59.35 | 102.07 | - |
| YUV | 160.05 | 180.45 | 15.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 222 | 253 | 0.99 | 0.12 | 0 | 0.01 | 187.44 | 0.98 | 0.5 |
| Hex | 3 | DE | FD | 63 | C | 0 | 1 | BB | 62 | 32 |
| Octal | 3 | 336 | 375 | 143 | 14 | 0 | 1 | 273 | 142 | 62 |
| Binary | 11 | 11011110 | 11111101 | 1100011 | 1100 | 0 | 1 | 10111011 | 1100010 | 110010 |
Color Harmonies of #03DEFD
Complementary color
Monochromatic Colors of #03DEFD
Black with #03DEFD
Text Example
Text Example
White with #03DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DEFD; }
p { color: rgb(3,222,253); }
H1.HeaderClassName
{
color: #03DEFD;
}
.AnyTagClassName
{
color: #03DEFD;
}
</style>
background-color css
<style>
a { background-color: #03DEFD; }
a { background-color: rgb(3,222,253); }
div.DivClassName
{
background-color: #03DEFD;
}
.BgClassName
{
background-color: #03DEFD;
}
</style>
border-color css
<style>
span { border-color: #03DEFD; }
span { border-color: rgb(3,222,253); }
td.TdClassName
{
border-color: #03DEFD;
}
.TagClassName
{
border-color: #03DEFD;
}
</style>