Shades of Deep Sky Blue #17BCEA
Tints of Deep Sky Blue #17BCEA
RGB
CMYK
RGB Variations
Color information
#17BCEA (or 0x17BCEA) is known color: Deep Sky Blue. HEX triplet: 17, BC and EA. RGB value is (23,188,234). Sum of RGB (Red+Green+Blue) = 23+188+234=445 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.17% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #17BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BCEA is #E84315. Grayscale: #8F8F8F. Windows color (decimal): -15221526 or 15383575. OLE color: 15383575.
HSL color Cylindrical-coordinate representation of color #17BCEA: hue angle of 193.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17BCEA is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 188 | 234 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.08 |
| HSL | 193.08º | 0.83% | 0.5% | - |
| HSV(B) | 193.08º | 0.9% | 0.92% | - |
| XYZ | 33.19 | 42.09 | 84.22 | - |
| YUV | 143.91 | 178.84 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 234 | 0.90 | 0.20 | 0 | 0.08 | 193.08 | 0.83 | 0.5 |
| Hex | 17 | BC | EA | 5A | 14 | 0 | 8 | C1 | 53 | 32 |
| Octal | 27 | 274 | 352 | 132 | 24 | 0 | 10 | 301 | 123 | 62 |
| Binary | 10111 | 10111100 | 11101010 | 1011010 | 10100 | 0 | 1000 | 11000001 | 1010011 | 110010 |
Color Harmonies of #17BCEA
Complementary color
Monochromatic Colors of #17BCEA
Black with #17BCEA
Text Example
Text Example
White with #17BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCEA; }
p { color: rgb(23,188,234); }
H1.HeaderClassName
{
color: #17BCEA;
}
.AnyTagClassName
{
color: #17BCEA;
}
</style>
background-color css
<style>
a { background-color: #17BCEA; }
a { background-color: rgb(23,188,234); }
div.DivClassName
{
background-color: #17BCEA;
}
.BgClassName
{
background-color: #17BCEA;
}
</style>
border-color css
<style>
span { border-color: #17BCEA; }
span { border-color: rgb(23,188,234); }
td.TdClassName
{
border-color: #17BCEA;
}
.TagClassName
{
border-color: #17BCEA;
}
</style>