Shades of Deep Sky Blue #17D2F1
Tints of Deep Sky Blue #17D2F1
RGB
CMYK
RGB Variations
Color information
#17D2F1 (or 0x17D2F1) is known color: Deep Sky Blue. HEX triplet: 17, D2 and F1. RGB value is (23,210,241). Sum of RGB (Red+Green+Blue) = 23+210+241=474 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.85% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #17D2F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D2F1 is #E82D0E. Grayscale: #9D9D9D. Windows color (decimal): -15215887 or 15847959. OLE color: 15847959.
HSL color Cylindrical-coordinate representation of color #17D2F1: hue angle of 188.53º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D2F1 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 210 | 241 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.05 |
| HSL | 188.53º | 0.89% | 0.52% | - |
| HSV(B) | 188.53º | 0.9% | 0.95% | - |
| XYZ | 39.28 | 52.63 | 91.31 | - |
| YUV | 157.62 | 175.05 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 210 | 241 | 0.90 | 0.13 | 0 | 0.05 | 188.53 | 0.89 | 0.52 |
| Hex | 17 | D2 | F1 | 5A | D | 0 | 5 | BD | 59 | 34 |
| Octal | 27 | 322 | 361 | 132 | 15 | 0 | 5 | 275 | 131 | 64 |
| Binary | 10111 | 11010010 | 11110001 | 1011010 | 1101 | 0 | 101 | 10111101 | 1011001 | 110100 |
Color Harmonies of #17D2F1
Complementary color
Monochromatic Colors of #17D2F1
Black with #17D2F1
Text Example
Text Example
White with #17D2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D2F1; }
p { color: rgb(23,210,241); }
H1.HeaderClassName
{
color: #17D2F1;
}
.AnyTagClassName
{
color: #17D2F1;
}
</style>
background-color css
<style>
a { background-color: #17D2F1; }
a { background-color: rgb(23,210,241); }
div.DivClassName
{
background-color: #17D2F1;
}
.BgClassName
{
background-color: #17D2F1;
}
</style>
border-color css
<style>
span { border-color: #17D2F1; }
span { border-color: rgb(23,210,241); }
td.TdClassName
{
border-color: #17D2F1;
}
.TagClassName
{
border-color: #17D2F1;
}
</style>