Shades of Deep Sky Blue #17BAE5
Tints of Deep Sky Blue #17BAE5
RGB
CMYK
RGB Variations
Color information
#17BAE5 (or 0x17BAE5) is known color: Deep Sky Blue. HEX triplet: 17, BA and E5. RGB value is (23,186,229). Sum of RGB (Red+Green+Blue) = 23+186+229=438 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.25% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #17BAE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BAE5 is #E8451A. Grayscale: #8D8D8D. Windows color (decimal): -15222043 or 15055383. OLE color: 15055383.
HSL color Cylindrical-coordinate representation of color #17BAE5: hue angle of 192.52º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BAE5 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 186 | 229 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.10 |
| HSL | 192.52º | 0.82% | 0.49% | - |
| HSV(B) | 192.52º | 0.9% | 0.9% | - |
| XYZ | 32.06 | 40.96 | 80.34 | - |
| YUV | 142.17 | 177 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 229 | 0.90 | 0.19 | 0 | 0.10 | 192.52 | 0.82 | 0.49 |
| Hex | 17 | BA | E5 | 5A | 13 | 0 | A | C1 | 52 | 31 |
| Octal | 27 | 272 | 345 | 132 | 23 | 0 | 12 | 301 | 122 | 61 |
| Binary | 10111 | 10111010 | 11100101 | 1011010 | 10011 | 0 | 1010 | 11000001 | 1010010 | 110001 |
Color Harmonies of #17BAE5
Complementary color
Monochromatic Colors of #17BAE5
Black with #17BAE5
Text Example
Text Example
White with #17BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BAE5; }
p { color: rgb(23,186,229); }
H1.HeaderClassName
{
color: #17BAE5;
}
.AnyTagClassName
{
color: #17BAE5;
}
</style>
background-color css
<style>
a { background-color: #17BAE5; }
a { background-color: rgb(23,186,229); }
div.DivClassName
{
background-color: #17BAE5;
}
.BgClassName
{
background-color: #17BAE5;
}
</style>
border-color css
<style>
span { border-color: #17BAE5; }
span { border-color: rgb(23,186,229); }
td.TdClassName
{
border-color: #17BAE5;
}
.TagClassName
{
border-color: #17BAE5;
}
</style>