Shades of Deep Sky Blue #17BCF0
Tints of Deep Sky Blue #17BCF0
RGB
CMYK
RGB Variations
Color information
#17BCF0 (or 0x17BCF0) is known color: Deep Sky Blue. HEX triplet: 17, BC and F0. RGB value is (23,188,240). Sum of RGB (Red+Green+Blue) = 23+188+240=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #17BCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BCF0 is #E8430F. Grayscale: #909090. Windows color (decimal): -15221520 or 15776791. OLE color: 15776791.
HSL color Cylindrical-coordinate representation of color #17BCF0: hue angle of 194.38º 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 #17BCF0 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 188 | 240 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.06 |
| HSL | 194.38º | 0.88% | 0.52% | - |
| HSV(B) | 194.38º | 0.9% | 0.94% | - |
| XYZ | 34.06 | 42.44 | 88.83 | - |
| YUV | 144.59 | 181.84 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 240 | 0.90 | 0.22 | 0 | 0.06 | 194.38 | 0.88 | 0.52 |
| Hex | 17 | BC | F0 | 5A | 16 | 0 | 6 | C2 | 58 | 34 |
| Octal | 27 | 274 | 360 | 132 | 26 | 0 | 6 | 302 | 130 | 64 |
| Binary | 10111 | 10111100 | 11110000 | 1011010 | 10110 | 0 | 110 | 11000010 | 1011000 | 110100 |
Color Harmonies of #17BCF0
Complementary color
Monochromatic Colors of #17BCF0
Black with #17BCF0
Text Example
Text Example
White with #17BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCF0; }
p { color: rgb(23,188,240); }
H1.HeaderClassName
{
color: #17BCF0;
}
.AnyTagClassName
{
color: #17BCF0;
}
</style>
background-color css
<style>
a { background-color: #17BCF0; }
a { background-color: rgb(23,188,240); }
div.DivClassName
{
background-color: #17BCF0;
}
.BgClassName
{
background-color: #17BCF0;
}
</style>
border-color css
<style>
span { border-color: #17BCF0; }
span { border-color: rgb(23,188,240); }
td.TdClassName
{
border-color: #17BCF0;
}
.TagClassName
{
border-color: #17BCF0;
}
</style>