Shades of Deep Sky Blue #17B5FA
Tints of Deep Sky Blue #17B5FA
RGB
CMYK
RGB Variations
Color information
#17B5FA (or 0x17B5FA) is known color: Deep Sky Blue. HEX triplet: 17, B5 and FA. RGB value is (23,181,250). Sum of RGB (Red+Green+Blue) = 23+181+250=454 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.07% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #17B5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17B5FA is #E84A05. Grayscale: #8D8D8D. Windows color (decimal): -15223302 or 16430359. OLE color: 16430359.
HSL color Cylindrical-coordinate representation of color #17B5FA: hue angle of 198.24º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17B5FA is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 181 | 250 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.02 |
| HSL | 198.24º | 0.96% | 0.54% | - |
| HSV(B) | 198.24º | 0.91% | 0.98% | - |
| XYZ | 34.13 | 40.13 | 96.39 | - |
| YUV | 141.62 | 189.15 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 181 | 250 | 0.91 | 0.28 | 0 | 0.02 | 198.24 | 0.96 | 0.54 |
| Hex | 17 | B5 | FA | 5B | 1C | 0 | 2 | C6 | 60 | 36 |
| Octal | 27 | 265 | 372 | 133 | 34 | 0 | 2 | 306 | 140 | 66 |
| Binary | 10111 | 10110101 | 11111010 | 1011011 | 11100 | 0 | 10 | 11000110 | 1100000 | 110110 |
Color Harmonies of #17B5FA
Complementary color
Monochromatic Colors of #17B5FA
Black with #17B5FA
Text Example
Text Example
White with #17B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B5FA; }
p { color: rgb(23,181,250); }
H1.HeaderClassName
{
color: #17B5FA;
}
.AnyTagClassName
{
color: #17B5FA;
}
</style>
background-color css
<style>
a { background-color: #17B5FA; }
a { background-color: rgb(23,181,250); }
div.DivClassName
{
background-color: #17B5FA;
}
.BgClassName
{
background-color: #17B5FA;
}
</style>
border-color css
<style>
span { border-color: #17B5FA; }
span { border-color: rgb(23,181,250); }
td.TdClassName
{
border-color: #17B5FA;
}
.TagClassName
{
border-color: #17B5FA;
}
</style>