Shades of Deep Sky Blue #17B0FF
Tints of Deep Sky Blue #17B0FF
RGB
CMYK
RGB Variations
Color information
#17B0FF (or 0x17B0FF) is known color: Deep Sky Blue. HEX triplet: 17, B0 and FF. RGB value is (23,176,255). Sum of RGB (Red+Green+Blue) = 23+176+255=454 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.07% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #17B0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17B0FF is #E84F00. Grayscale: #8A8A8A. Windows color (decimal): -15224577 or 16756759. OLE color: 16756759.
HSL color Cylindrical-coordinate representation of color #17B0FF: hue angle of 200.43º 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 #17B0FF is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 176 | 255 | - |
| CMYK | 0.91 | 0.31 | 0 | 0 |
| HSL | 200.43º | 1% | 0.55% | - |
| HSV(B) | 200.43º | 0.91% | 1% | - |
| XYZ | 33.93 | 38.45 | 100.24 | - |
| YUV | 139.26 | 193.31 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 176 | 255 | 0.91 | 0.31 | 0 | 0 | 200.43 | 1 | 0.55 |
| Hex | 17 | B0 | FF | 5B | 1F | 0 | 0 | C8 | 64 | 37 |
| Octal | 27 | 260 | 377 | 133 | 37 | 0 | 0 | 310 | 144 | 67 |
| Binary | 10111 | 10110000 | 11111111 | 1011011 | 11111 | 0 | 0 | 11001000 | 1100100 | 110111 |
Color Harmonies of #17B0FF
Complementary color
Monochromatic Colors of #17B0FF
Black with #17B0FF
Text Example
Text Example
White with #17B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B0FF; }
p { color: rgb(23,176,255); }
H1.HeaderClassName
{
color: #17B0FF;
}
.AnyTagClassName
{
color: #17B0FF;
}
</style>
background-color css
<style>
a { background-color: #17B0FF; }
a { background-color: rgb(23,176,255); }
div.DivClassName
{
background-color: #17B0FF;
}
.BgClassName
{
background-color: #17B0FF;
}
</style>
border-color css
<style>
span { border-color: #17B0FF; }
span { border-color: rgb(23,176,255); }
td.TdClassName
{
border-color: #17B0FF;
}
.TagClassName
{
border-color: #17B0FF;
}
</style>