Shades of Deep Sky Blue #03D1FF
Tints of Deep Sky Blue #03D1FF
RGB
CMYK
RGB Variations
Color information
#03D1FF (or 0x03D1FF) is known color: Deep Sky Blue. HEX triplet: 03, D1 and FF. RGB value is (3,209,255). Sum of RGB (Red+Green+Blue) = 3+209+255=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #03D1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D1FF is #FC2E00. Grayscale: #989898. Windows color (decimal): -16526849 or 16765187. OLE color: 16765187.
HSL color Cylindrical-coordinate representation of color #03D1FF: hue angle of 190.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D1FF is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 209 | 255 | - |
| CMYK | 0.99 | 0.18 | 0 | 0 |
| HSL | 190.95º | 1% | 0.51% | - |
| HSV(B) | 190.95º | 0.99% | 1% | - |
| XYZ | 40.89 | 52.84 | 102.65 | - |
| YUV | 152.65 | 185.75 | 21.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 255 | 0.99 | 0.18 | 0 | 0 | 190.95 | 1 | 0.51 |
| Hex | 3 | D1 | FF | 63 | 12 | 0 | 0 | BF | 64 | 33 |
| Octal | 3 | 321 | 377 | 143 | 22 | 0 | 0 | 277 | 144 | 63 |
| Binary | 11 | 11010001 | 11111111 | 1100011 | 10010 | 0 | 0 | 10111111 | 1100100 | 110011 |
Color Harmonies of #03D1FF
Complementary color
Monochromatic Colors of #03D1FF
Black with #03D1FF
Text Example
Text Example
White with #03D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D1FF; }
p { color: rgb(3,209,255); }
H1.HeaderClassName
{
color: #03D1FF;
}
.AnyTagClassName
{
color: #03D1FF;
}
</style>
background-color css
<style>
a { background-color: #03D1FF; }
a { background-color: rgb(3,209,255); }
div.DivClassName
{
background-color: #03D1FF;
}
.BgClassName
{
background-color: #03D1FF;
}
</style>
border-color css
<style>
span { border-color: #03D1FF; }
span { border-color: rgb(3,209,255); }
td.TdClassName
{
border-color: #03D1FF;
}
.TagClassName
{
border-color: #03D1FF;
}
</style>