Shades of Deep Sky Blue #03D8FD
Tints of Deep Sky Blue #03D8FD
RGB
CMYK
RGB Variations
Color information
#03D8FD (or 0x03D8FD) is known color: Deep Sky Blue. HEX triplet: 03, D8 and FD. RGB value is (3,216,253). Sum of RGB (Red+Green+Blue) = 3+216+253=472 (62% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #03D8FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D8FD is #FC2702. Grayscale: #9C9C9C. Windows color (decimal): -16525059 or 16635907. OLE color: 16635907.
HSL color Cylindrical-coordinate representation of color #03D8FD: hue angle of 188.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D8FD is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 216 | 253 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.01 |
| HSL | 188.88º | 0.98% | 0.5% | - |
| HSV(B) | 188.88º | 0.99% | 0.99% | - |
| XYZ | 42.32 | 56.22 | 101.55 | - |
| YUV | 156.53 | 182.43 | 18.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 216 | 253 | 0.99 | 0.15 | 0 | 0.01 | 188.88 | 0.98 | 0.5 |
| Hex | 3 | D8 | FD | 63 | F | 0 | 1 | BD | 62 | 32 |
| Octal | 3 | 330 | 375 | 143 | 17 | 0 | 1 | 275 | 142 | 62 |
| Binary | 11 | 11011000 | 11111101 | 1100011 | 1111 | 0 | 1 | 10111101 | 1100010 | 110010 |
Color Harmonies of #03D8FD
Complementary color
Monochromatic Colors of #03D8FD
Black with #03D8FD
Text Example
Text Example
White with #03D8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D8FD; }
p { color: rgb(3,216,253); }
H1.HeaderClassName
{
color: #03D8FD;
}
.AnyTagClassName
{
color: #03D8FD;
}
</style>
background-color css
<style>
a { background-color: #03D8FD; }
a { background-color: rgb(3,216,253); }
div.DivClassName
{
background-color: #03D8FD;
}
.BgClassName
{
background-color: #03D8FD;
}
</style>
border-color css
<style>
span { border-color: #03D8FD; }
span { border-color: rgb(3,216,253); }
td.TdClassName
{
border-color: #03D8FD;
}
.TagClassName
{
border-color: #03D8FD;
}
</style>