Shades of Deep Sky Blue #03D8F6
Tints of Deep Sky Blue #03D8F6
RGB
CMYK
RGB Variations
Color information
#03D8F6 (or 0x03D8F6) is known color: Deep Sky Blue. HEX triplet: 03, D8 and F6. RGB value is (3,216,246). Sum of RGB (Red+Green+Blue) = 3+216+246=465 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #03D8F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D8F6 is #FC2709. Grayscale: #9B9B9B. Windows color (decimal): -16525066 or 16177155. OLE color: 16177155.
HSL color Cylindrical-coordinate representation of color #03D8F6: hue angle of 187.41º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D8F6 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 216 | 246 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.04 |
| HSL | 187.41º | 0.98% | 0.49% | - |
| HSV(B) | 187.41º | 0.99% | 0.96% | - |
| XYZ | 41.23 | 55.78 | 95.78 | - |
| YUV | 155.73 | 178.93 | 19.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 216 | 246 | 0.99 | 0.12 | 0 | 0.04 | 187.41 | 0.98 | 0.49 |
| Hex | 3 | D8 | F6 | 63 | C | 0 | 4 | BB | 62 | 31 |
| Octal | 3 | 330 | 366 | 143 | 14 | 0 | 4 | 273 | 142 | 61 |
| Binary | 11 | 11011000 | 11110110 | 1100011 | 1100 | 0 | 100 | 10111011 | 1100010 | 110001 |
Color Harmonies of #03D8F6
Complementary color
Monochromatic Colors of #03D8F6
Black with #03D8F6
Text Example
Text Example
White with #03D8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D8F6; }
p { color: rgb(3,216,246); }
H1.HeaderClassName
{
color: #03D8F6;
}
.AnyTagClassName
{
color: #03D8F6;
}
</style>
background-color css
<style>
a { background-color: #03D8F6; }
a { background-color: rgb(3,216,246); }
div.DivClassName
{
background-color: #03D8F6;
}
.BgClassName
{
background-color: #03D8F6;
}
</style>
border-color css
<style>
span { border-color: #03D8F6; }
span { border-color: rgb(3,216,246); }
td.TdClassName
{
border-color: #03D8F6;
}
.TagClassName
{
border-color: #03D8F6;
}
</style>