Shades of Deep Sky Blue #03D1ED
Tints of Deep Sky Blue #03D1ED
RGB
CMYK
RGB Variations
Color information
#03D1ED (or 0x03D1ED) is known color: Deep Sky Blue. HEX triplet: 03, D1 and ED. RGB value is (3,209,237). Sum of RGB (Red+Green+Blue) = 3+209+237=449 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #03D1ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D1ED is #FC2E12. Grayscale: #969696. Windows color (decimal): -16526867 or 15585539. OLE color: 15585539.
HSL color Cylindrical-coordinate representation of color #03D1ED: hue angle of 187.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D1ED is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 209 | 237 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.07 |
| HSL | 187.18º | 0.98% | 0.47% | - |
| HSV(B) | 187.18º | 0.99% | 0.93% | - |
| XYZ | 38.12 | 51.73 | 88.1 | - |
| YUV | 150.6 | 176.75 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 237 | 0.99 | 0.12 | 0 | 0.07 | 187.18 | 0.98 | 0.47 |
| Hex | 3 | D1 | ED | 63 | C | 0 | 7 | BB | 62 | 2F |
| Octal | 3 | 321 | 355 | 143 | 14 | 0 | 7 | 273 | 142 | 57 |
| Binary | 11 | 11010001 | 11101101 | 1100011 | 1100 | 0 | 111 | 10111011 | 1100010 | 101111 |
Color Harmonies of #03D1ED
Complementary color
Monochromatic Colors of #03D1ED
Black with #03D1ED
Text Example
Text Example
White with #03D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D1ED; }
p { color: rgb(3,209,237); }
H1.HeaderClassName
{
color: #03D1ED;
}
.AnyTagClassName
{
color: #03D1ED;
}
</style>
background-color css
<style>
a { background-color: #03D1ED; }
a { background-color: rgb(3,209,237); }
div.DivClassName
{
background-color: #03D1ED;
}
.BgClassName
{
background-color: #03D1ED;
}
</style>
border-color css
<style>
span { border-color: #03D1ED; }
span { border-color: rgb(3,209,237); }
td.TdClassName
{
border-color: #03D1ED;
}
.TagClassName
{
border-color: #03D1ED;
}
</style>