Shades of Deep Sky Blue #03D8F8
Tints of Deep Sky Blue #03D8F8
RGB
CMYK
RGB Variations
Color information
#03D8F8 (or 0x03D8F8) is known color: Deep Sky Blue. HEX triplet: 03, D8 and F8. RGB value is (3,216,248). Sum of RGB (Red+Green+Blue) = 3+216+248=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #03D8F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D8F8 is #FC2707. Grayscale: #9B9B9B. Windows color (decimal): -16525064 or 16308227. OLE color: 16308227.
HSL color Cylindrical-coordinate representation of color #03D8F8: hue angle of 187.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D8F8 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 216 | 248 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.03 |
| HSL | 187.84º | 0.98% | 0.49% | - |
| HSV(B) | 187.84º | 0.99% | 0.97% | - |
| XYZ | 41.54 | 55.91 | 97.41 | - |
| YUV | 155.96 | 179.93 | 18.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 216 | 248 | 0.99 | 0.13 | 0 | 0.03 | 187.84 | 0.98 | 0.49 |
| Hex | 3 | D8 | F8 | 63 | D | 0 | 3 | BC | 62 | 31 |
| Octal | 3 | 330 | 370 | 143 | 15 | 0 | 3 | 274 | 142 | 61 |
| Binary | 11 | 11011000 | 11111000 | 1100011 | 1101 | 0 | 11 | 10111100 | 1100010 | 110001 |
Color Harmonies of #03D8F8
Complementary color
Monochromatic Colors of #03D8F8
Black with #03D8F8
Text Example
Text Example
White with #03D8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D8F8; }
p { color: rgb(3,216,248); }
H1.HeaderClassName
{
color: #03D8F8;
}
.AnyTagClassName
{
color: #03D8F8;
}
</style>
background-color css
<style>
a { background-color: #03D8F8; }
a { background-color: rgb(3,216,248); }
div.DivClassName
{
background-color: #03D8F8;
}
.BgClassName
{
background-color: #03D8F8;
}
</style>
border-color css
<style>
span { border-color: #03D8F8; }
span { border-color: rgb(3,216,248); }
td.TdClassName
{
border-color: #03D8F8;
}
.TagClassName
{
border-color: #03D8F8;
}
</style>