Shades of Deep Sky Blue #17BAFF
Tints of Deep Sky Blue #17BAFF
RGB
CMYK
RGB Variations
Color information
#17BAFF (or 0x17BAFF) is known color: Deep Sky Blue. HEX triplet: 17, BA and FF. RGB value is (23,186,255). Sum of RGB (Red+Green+Blue) = 23+186+255=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #17BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BAFF is #E84500. Grayscale: #909090. Windows color (decimal): -15222017 or 16759319. OLE color: 16759319.
HSL color Cylindrical-coordinate representation of color #17BAFF: hue angle of 197.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17BAFF is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 186 | 255 | - |
| CMYK | 0.91 | 0.27 | 0 | 0 |
| HSL | 197.84º | 1% | 0.55% | - |
| HSV(B) | 197.84º | 0.91% | 1% | - |
| XYZ | 35.96 | 42.52 | 100.92 | - |
| YUV | 145.13 | 190 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 255 | 0.91 | 0.27 | 0 | 0 | 197.84 | 1 | 0.55 |
| Hex | 17 | BA | FF | 5B | 1B | 0 | 0 | C6 | 64 | 37 |
| Octal | 27 | 272 | 377 | 133 | 33 | 0 | 0 | 306 | 144 | 67 |
| Binary | 10111 | 10111010 | 11111111 | 1011011 | 11011 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #17BAFF
Complementary color
Monochromatic Colors of #17BAFF
Black with #17BAFF
Text Example
Text Example
White with #17BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BAFF; }
p { color: rgb(23,186,255); }
H1.HeaderClassName
{
color: #17BAFF;
}
.AnyTagClassName
{
color: #17BAFF;
}
</style>
background-color css
<style>
a { background-color: #17BAFF; }
a { background-color: rgb(23,186,255); }
div.DivClassName
{
background-color: #17BAFF;
}
.BgClassName
{
background-color: #17BAFF;
}
</style>
border-color css
<style>
span { border-color: #17BAFF; }
span { border-color: rgb(23,186,255); }
td.TdClassName
{
border-color: #17BAFF;
}
.TagClassName
{
border-color: #17BAFF;
}
</style>