Shades of Deep Sky Blue #17BDFD
Tints of Deep Sky Blue #17BDFD
RGB
CMYK
RGB Variations
Color information
#17BDFD (or 0x17BDFD) is known color: Deep Sky Blue. HEX triplet: 17, BD and FD. RGB value is (23,189,253). Sum of RGB (Red+Green+Blue) = 23+189+253=465 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.95% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #17BDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BDFD is #E84202. Grayscale: #929292. Windows color (decimal): -15221251 or 16629015. OLE color: 16629015.
HSL color Cylindrical-coordinate representation of color #17BDFD: hue angle of 196.7º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17BDFD is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 189 | 253 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.01 |
| HSL | 196.7º | 0.98% | 0.54% | - |
| HSV(B) | 196.7º | 0.91% | 0.99% | - |
| XYZ | 36.28 | 43.67 | 99.45 | - |
| YUV | 146.66 | 188 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 189 | 253 | 0.91 | 0.25 | 0 | 0.01 | 196.7 | 0.98 | 0.54 |
| Hex | 17 | BD | FD | 5B | 19 | 0 | 1 | C5 | 62 | 36 |
| Octal | 27 | 275 | 375 | 133 | 31 | 0 | 1 | 305 | 142 | 66 |
| Binary | 10111 | 10111101 | 11111101 | 1011011 | 11001 | 0 | 1 | 11000101 | 1100010 | 110110 |
Color Harmonies of #17BDFD
Complementary color
Monochromatic Colors of #17BDFD
Black with #17BDFD
Text Example
Text Example
White with #17BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BDFD; }
p { color: rgb(23,189,253); }
H1.HeaderClassName
{
color: #17BDFD;
}
.AnyTagClassName
{
color: #17BDFD;
}
</style>
background-color css
<style>
a { background-color: #17BDFD; }
a { background-color: rgb(23,189,253); }
div.DivClassName
{
background-color: #17BDFD;
}
.BgClassName
{
background-color: #17BDFD;
}
</style>
border-color css
<style>
span { border-color: #17BDFD; }
span { border-color: rgb(23,189,253); }
td.TdClassName
{
border-color: #17BDFD;
}
.TagClassName
{
border-color: #17BDFD;
}
</style>