Shades of Deep Sky Blue #17D6F8
Tints of Deep Sky Blue #17D6F8
RGB
CMYK
RGB Variations
Color information
#17D6F8 (or 0x17D6F8) is known color: Deep Sky Blue. HEX triplet: 17, D6 and F8. RGB value is (23,214,248). Sum of RGB (Red+Green+Blue) = 23+214+248=485 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.74% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #17D6F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D6F8 is #E82907. Grayscale: #A0A0A0. Windows color (decimal): -15214856 or 16307735. OLE color: 16307735.
HSL color Cylindrical-coordinate representation of color #17D6F8: hue angle of 189.07º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17D6F8 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 214 | 248 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.03 |
| HSL | 189.07º | 0.94% | 0.53% | - |
| HSV(B) | 189.07º | 0.91% | 0.97% | - |
| XYZ | 41.34 | 55.05 | 97.25 | - |
| YUV | 160.77 | 177.22 | 29.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 214 | 248 | 0.91 | 0.14 | 0 | 0.03 | 189.07 | 0.94 | 0.53 |
| Hex | 17 | D6 | F8 | 5B | E | 0 | 3 | BD | 5E | 35 |
| Octal | 27 | 326 | 370 | 133 | 16 | 0 | 3 | 275 | 136 | 65 |
| Binary | 10111 | 11010110 | 11111000 | 1011011 | 1110 | 0 | 11 | 10111101 | 1011110 | 110101 |
Color Harmonies of #17D6F8
Complementary color
Monochromatic Colors of #17D6F8
Black with #17D6F8
Text Example
Text Example
White with #17D6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D6F8; }
p { color: rgb(23,214,248); }
H1.HeaderClassName
{
color: #17D6F8;
}
.AnyTagClassName
{
color: #17D6F8;
}
</style>
background-color css
<style>
a { background-color: #17D6F8; }
a { background-color: rgb(23,214,248); }
div.DivClassName
{
background-color: #17D6F8;
}
.BgClassName
{
background-color: #17D6F8;
}
</style>
border-color css
<style>
span { border-color: #17D6F8; }
span { border-color: rgb(23,214,248); }
td.TdClassName
{
border-color: #17D6F8;
}
.TagClassName
{
border-color: #17D6F8;
}
</style>