Shades of Deep Sky Blue #17BAFD
Tints of Deep Sky Blue #17BAFD
RGB
CMYK
RGB Variations
Color information
#17BAFD (or 0x17BAFD) is known color: Deep Sky Blue. HEX triplet: 17, BA and FD. RGB value is (23,186,253). Sum of RGB (Red+Green+Blue) = 23+186+253=462 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.98% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #17BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BAFD is #E84502. Grayscale: #909090. Windows color (decimal): -15222019 or 16628247. OLE color: 16628247.
HSL color Cylindrical-coordinate representation of color #17BAFD: hue angle of 197.48º 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 #17BAFD is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 186 | 253 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.01 |
| HSL | 197.48º | 0.98% | 0.54% | - |
| HSV(B) | 197.48º | 0.91% | 0.99% | - |
| XYZ | 35.64 | 42.39 | 99.23 | - |
| YUV | 144.9 | 189 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 253 | 0.91 | 0.26 | 0 | 0.01 | 197.48 | 0.98 | 0.54 |
| Hex | 17 | BA | FD | 5B | 1A | 0 | 1 | C5 | 62 | 36 |
| Octal | 27 | 272 | 375 | 133 | 32 | 0 | 1 | 305 | 142 | 66 |
| Binary | 10111 | 10111010 | 11111101 | 1011011 | 11010 | 0 | 1 | 11000101 | 1100010 | 110110 |
Color Harmonies of #17BAFD
Complementary color
Monochromatic Colors of #17BAFD
Black with #17BAFD
Text Example
Text Example
White with #17BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BAFD; }
p { color: rgb(23,186,253); }
H1.HeaderClassName
{
color: #17BAFD;
}
.AnyTagClassName
{
color: #17BAFD;
}
</style>
background-color css
<style>
a { background-color: #17BAFD; }
a { background-color: rgb(23,186,253); }
div.DivClassName
{
background-color: #17BAFD;
}
.BgClassName
{
background-color: #17BAFD;
}
</style>
border-color css
<style>
span { border-color: #17BAFD; }
span { border-color: rgb(23,186,253); }
td.TdClassName
{
border-color: #17BAFD;
}
.TagClassName
{
border-color: #17BAFD;
}
</style>