Shades of Deep Sky Blue #17B0F0
Tints of Deep Sky Blue #17B0F0
RGB
CMYK
RGB Variations
Color information
#17B0F0 (or 0x17B0F0) is known color: Deep Sky Blue. HEX triplet: 17, B0 and F0. RGB value is (23,176,240). Sum of RGB (Red+Green+Blue) = 23+176+240=439 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.24% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #17B0F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17B0F0 is #E84F0F. Grayscale: #898989. Windows color (decimal): -15224592 or 15773719. OLE color: 15773719.
HSL color Cylindrical-coordinate representation of color #17B0F0: hue angle of 197.7º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17B0F0 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 176 | 240 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.06 |
| HSL | 197.7º | 0.88% | 0.52% | - |
| HSV(B) | 197.7º | 0.9% | 0.94% | - |
| XYZ | 31.61 | 37.52 | 88.02 | - |
| YUV | 137.55 | 185.81 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 176 | 240 | 0.90 | 0.27 | 0 | 0.06 | 197.7 | 0.88 | 0.52 |
| Hex | 17 | B0 | F0 | 5A | 1B | 0 | 6 | C6 | 58 | 34 |
| Octal | 27 | 260 | 360 | 132 | 33 | 0 | 6 | 306 | 130 | 64 |
| Binary | 10111 | 10110000 | 11110000 | 1011010 | 11011 | 0 | 110 | 11000110 | 1011000 | 110100 |
Color Harmonies of #17B0F0
Complementary color
Monochromatic Colors of #17B0F0
Black with #17B0F0
Text Example
Text Example
White with #17B0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B0F0; }
p { color: rgb(23,176,240); }
H1.HeaderClassName
{
color: #17B0F0;
}
.AnyTagClassName
{
color: #17B0F0;
}
</style>
background-color css
<style>
a { background-color: #17B0F0; }
a { background-color: rgb(23,176,240); }
div.DivClassName
{
background-color: #17B0F0;
}
.BgClassName
{
background-color: #17B0F0;
}
</style>
border-color css
<style>
span { border-color: #17B0F0; }
span { border-color: rgb(23,176,240); }
td.TdClassName
{
border-color: #17B0F0;
}
.TagClassName
{
border-color: #17B0F0;
}
</style>