Shades of Deep Sky Blue #03D9FB
Tints of Deep Sky Blue #03D9FB
RGB
CMYK
RGB Variations
Color information
#03D9FB (or 0x03D9FB) is known color: Deep Sky Blue. HEX triplet: 03, D9 and FB. RGB value is (3,217,251). Sum of RGB (Red+Green+Blue) = 3+217+251=471 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #03D9FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D9FB is #FC2604. Grayscale: #9C9C9C. Windows color (decimal): -16524805 or 16505091. OLE color: 16505091.
HSL color Cylindrical-coordinate representation of color #03D9FB: hue angle of 188.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D9FB is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 217 | 251 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.02 |
| HSL | 188.23º | 0.98% | 0.5% | - |
| HSV(B) | 188.23º | 0.99% | 0.98% | - |
| XYZ | 42.26 | 56.61 | 99.97 | - |
| YUV | 156.89 | 181.1 | 18.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 251 | 0.99 | 0.14 | 0 | 0.02 | 188.23 | 0.98 | 0.5 |
| Hex | 3 | D9 | FB | 63 | E | 0 | 2 | BC | 62 | 32 |
| Octal | 3 | 331 | 373 | 143 | 16 | 0 | 2 | 274 | 142 | 62 |
| Binary | 11 | 11011001 | 11111011 | 1100011 | 1110 | 0 | 10 | 10111100 | 1100010 | 110010 |
Color Harmonies of #03D9FB
Complementary color
Monochromatic Colors of #03D9FB
Black with #03D9FB
Text Example
Text Example
White with #03D9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D9FB; }
p { color: rgb(3,217,251); }
H1.HeaderClassName
{
color: #03D9FB;
}
.AnyTagClassName
{
color: #03D9FB;
}
</style>
background-color css
<style>
a { background-color: #03D9FB; }
a { background-color: rgb(3,217,251); }
div.DivClassName
{
background-color: #03D9FB;
}
.BgClassName
{
background-color: #03D9FB;
}
</style>
border-color css
<style>
span { border-color: #03D9FB; }
span { border-color: rgb(3,217,251); }
td.TdClassName
{
border-color: #03D9FB;
}
.TagClassName
{
border-color: #03D9FB;
}
</style>