Shades of Deep Sky Blue #03D1FE
Tints of Deep Sky Blue #03D1FE
RGB
CMYK
RGB Variations
Color information
#03D1FE (or 0x03D1FE) is known color: Deep Sky Blue. HEX triplet: 03, D1 and FE. RGB value is (3,209,254). Sum of RGB (Red+Green+Blue) = 3+209+254=466 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #03D1FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D1FE is #FC2E01. Grayscale: #989898. Windows color (decimal): -16526850 or 16699651. OLE color: 16699651.
HSL color Cylindrical-coordinate representation of color #03D1FE: hue angle of 190.76º 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 #03D1FE is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 209 | 254 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.00 |
| HSL | 190.76º | 0.99% | 0.5% | - |
| HSV(B) | 190.76º | 0.99% | 1% | - |
| XYZ | 40.73 | 52.78 | 101.81 | - |
| YUV | 152.54 | 185.25 | 21.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 254 | 0.99 | 0.18 | 0 | 0.00 | 190.76 | 0.99 | 0.5 |
| Hex | 3 | D1 | FE | 63 | 12 | 0 | 0 | BF | 63 | 32 |
| Octal | 3 | 321 | 376 | 143 | 22 | 0 | 0 | 277 | 143 | 62 |
| Binary | 11 | 11010001 | 11111110 | 1100011 | 10010 | 0 | 0 | 10111111 | 1100011 | 110010 |
Color Harmonies of #03D1FE
Complementary color
Monochromatic Colors of #03D1FE
Black with #03D1FE
Text Example
Text Example
White with #03D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D1FE; }
p { color: rgb(3,209,254); }
H1.HeaderClassName
{
color: #03D1FE;
}
.AnyTagClassName
{
color: #03D1FE;
}
</style>
background-color css
<style>
a { background-color: #03D1FE; }
a { background-color: rgb(3,209,254); }
div.DivClassName
{
background-color: #03D1FE;
}
.BgClassName
{
background-color: #03D1FE;
}
</style>
border-color css
<style>
span { border-color: #03D1FE; }
span { border-color: rgb(3,209,254); }
td.TdClassName
{
border-color: #03D1FE;
}
.TagClassName
{
border-color: #03D1FE;
}
</style>