Shades of Deep Sky Blue #03D7FE
Tints of Deep Sky Blue #03D7FE
RGB
CMYK
RGB Variations
Color information
#03D7FE (or 0x03D7FE) is known color: Deep Sky Blue. HEX triplet: 03, D7 and FE. RGB value is (3,215,254). Sum of RGB (Red+Green+Blue) = 3+215+254=472 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #03D7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D7FE is #FC2801. Grayscale: #9B9B9B. Windows color (decimal): -16525314 or 16701187. OLE color: 16701187.
HSL color Cylindrical-coordinate representation of color #03D7FE: hue angle of 189.32º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D7FE is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 215 | 254 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.00 |
| HSL | 189.32º | 0.99% | 0.5% | - |
| HSV(B) | 189.32º | 0.99% | 1% | - |
| XYZ | 42.23 | 55.78 | 102.31 | - |
| YUV | 156.06 | 183.26 | 18.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 254 | 0.99 | 0.15 | 0 | 0.00 | 189.32 | 0.99 | 0.5 |
| Hex | 3 | D7 | FE | 63 | F | 0 | 0 | BD | 63 | 32 |
| Octal | 3 | 327 | 376 | 143 | 17 | 0 | 0 | 275 | 143 | 62 |
| Binary | 11 | 11010111 | 11111110 | 1100011 | 1111 | 0 | 0 | 10111101 | 1100011 | 110010 |
Color Harmonies of #03D7FE
Complementary color
Monochromatic Colors of #03D7FE
Black with #03D7FE
Text Example
Text Example
White with #03D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D7FE; }
p { color: rgb(3,215,254); }
H1.HeaderClassName
{
color: #03D7FE;
}
.AnyTagClassName
{
color: #03D7FE;
}
</style>
background-color css
<style>
a { background-color: #03D7FE; }
a { background-color: rgb(3,215,254); }
div.DivClassName
{
background-color: #03D7FE;
}
.BgClassName
{
background-color: #03D7FE;
}
</style>
border-color css
<style>
span { border-color: #03D7FE; }
span { border-color: rgb(3,215,254); }
td.TdClassName
{
border-color: #03D7FE;
}
.TagClassName
{
border-color: #03D7FE;
}
</style>