Shades of Deep Sky Blue #03DBFD
Tints of Deep Sky Blue #03DBFD
RGB
CMYK
RGB Variations
Color information
#03DBFD (or 0x03DBFD) is known color: Deep Sky Blue. HEX triplet: 03, DB and FD. RGB value is (3,219,253). Sum of RGB (Red+Green+Blue) = 3+219+253=475 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #03DBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DBFD is #FC2402. Grayscale: #9D9D9D. Windows color (decimal): -16524291 or 16636675. OLE color: 16636675.
HSL color Cylindrical-coordinate representation of color #03DBFD: hue angle of 188.16º 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 #03DBFD is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 219 | 253 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.01 |
| HSL | 188.16º | 0.98% | 0.5% | - |
| HSV(B) | 188.16º | 0.99% | 0.99% | - |
| XYZ | 43.1 | 57.77 | 101.81 | - |
| YUV | 158.29 | 181.44 | 17.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 219 | 253 | 0.99 | 0.13 | 0 | 0.01 | 188.16 | 0.98 | 0.5 |
| Hex | 3 | DB | FD | 63 | D | 0 | 1 | BC | 62 | 32 |
| Octal | 3 | 333 | 375 | 143 | 15 | 0 | 1 | 274 | 142 | 62 |
| Binary | 11 | 11011011 | 11111101 | 1100011 | 1101 | 0 | 1 | 10111100 | 1100010 | 110010 |
Color Harmonies of #03DBFD
Complementary color
Monochromatic Colors of #03DBFD
Black with #03DBFD
Text Example
Text Example
White with #03DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DBFD; }
p { color: rgb(3,219,253); }
H1.HeaderClassName
{
color: #03DBFD;
}
.AnyTagClassName
{
color: #03DBFD;
}
</style>
background-color css
<style>
a { background-color: #03DBFD; }
a { background-color: rgb(3,219,253); }
div.DivClassName
{
background-color: #03DBFD;
}
.BgClassName
{
background-color: #03DBFD;
}
</style>
border-color css
<style>
span { border-color: #03DBFD; }
span { border-color: rgb(3,219,253); }
td.TdClassName
{
border-color: #03DBFD;
}
.TagClassName
{
border-color: #03DBFD;
}
</style>