Shades of Deep Sky Blue #17BDF6
Tints of Deep Sky Blue #17BDF6
RGB
CMYK
RGB Variations
Color information
#17BDF6 (or 0x17BDF6) is known color: Deep Sky Blue. HEX triplet: 17, BD and F6. RGB value is (23,189,246). Sum of RGB (Red+Green+Blue) = 23+189+246=458 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.02% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #17BDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BDF6 is #E84209. Grayscale: #919191. Windows color (decimal): -15221258 or 16170263. OLE color: 16170263.
HSL color Cylindrical-coordinate representation of color #17BDF6: hue angle of 195.34º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17BDF6 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 189 | 246 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.04 |
| HSL | 195.34º | 0.93% | 0.53% | - |
| HSV(B) | 195.34º | 0.91% | 0.96% | - |
| XYZ | 35.19 | 43.23 | 93.68 | - |
| YUV | 145.86 | 184.5 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 246 | 0.91 | 0.23 | 0 | 0.04 | 195.34 | 0.93 | 0.53 |
| Hex | 17 | BD | F6 | 5B | 17 | 0 | 4 | C3 | 5D | 35 |
| Octal | 27 | 275 | 366 | 133 | 27 | 0 | 4 | 303 | 135 | 65 |
| Binary | 10111 | 10111101 | 11110110 | 1011011 | 10111 | 0 | 100 | 11000011 | 1011101 | 110101 |
Color Harmonies of #17BDF6
Complementary color
Monochromatic Colors of #17BDF6
Black with #17BDF6
Text Example
Text Example
White with #17BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDF6; }
p { color: rgb(23,189,246); }
H1.HeaderClassName
{
color: #17BDF6;
}
.AnyTagClassName
{
color: #17BDF6;
}
</style>
background-color css
<style>
a { background-color: #17BDF6; }
a { background-color: rgb(23,189,246); }
div.DivClassName
{
background-color: #17BDF6;
}
.BgClassName
{
background-color: #17BDF6;
}
</style>
border-color css
<style>
span { border-color: #17BDF6; }
span { border-color: rgb(23,189,246); }
td.TdClassName
{
border-color: #17BDF6;
}
.TagClassName
{
border-color: #17BDF6;
}
</style>