Shades of Deep Sky Blue #03D0FE
Tints of Deep Sky Blue #03D0FE
RGB
CMYK
RGB Variations
Color information
#03D0FE (or 0x03D0FE) is known color: Deep Sky Blue. HEX triplet: 03, D0 and FE. RGB value is (3,208,254). Sum of RGB (Red+Green+Blue) = 3+208+254=465 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #03D0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D0FE is #FC2F01. Grayscale: #979797. Windows color (decimal): -16527106 or 16699395. OLE color: 16699395.
HSL color Cylindrical-coordinate representation of color #03D0FE: hue angle of 191º 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 #03D0FE is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 208 | 254 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.00 |
| HSL | 191º | 0.99% | 0.5% | - |
| HSV(B) | 191º | 0.99% | 1% | - |
| XYZ | 40.48 | 52.29 | 101.72 | - |
| YUV | 151.95 | 185.58 | 21.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 254 | 0.99 | 0.18 | 0 | 0.00 | 191 | 0.99 | 0.5 |
| Hex | 3 | D0 | FE | 63 | 12 | 0 | 0 | BF | 63 | 32 |
| Octal | 3 | 320 | 376 | 143 | 22 | 0 | 0 | 277 | 143 | 62 |
| Binary | 11 | 11010000 | 11111110 | 1100011 | 10010 | 0 | 0 | 10111111 | 1100011 | 110010 |
Color Harmonies of #03D0FE
Complementary color
Monochromatic Colors of #03D0FE
Black with #03D0FE
Text Example
Text Example
White with #03D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D0FE; }
p { color: rgb(3,208,254); }
H1.HeaderClassName
{
color: #03D0FE;
}
.AnyTagClassName
{
color: #03D0FE;
}
</style>
background-color css
<style>
a { background-color: #03D0FE; }
a { background-color: rgb(3,208,254); }
div.DivClassName
{
background-color: #03D0FE;
}
.BgClassName
{
background-color: #03D0FE;
}
</style>
border-color css
<style>
span { border-color: #03D0FE; }
span { border-color: rgb(3,208,254); }
td.TdClassName
{
border-color: #03D0FE;
}
.TagClassName
{
border-color: #03D0FE;
}
</style>