Shades of Deep Sky Blue #17BCFF
Tints of Deep Sky Blue #17BCFF
RGB
CMYK
RGB Variations
Color information
#17BCFF (or 0x17BCFF) is known color: Deep Sky Blue. HEX triplet: 17, BC and FF. RGB value is (23,188,255). Sum of RGB (Red+Green+Blue) = 23+188+255=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #17BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BCFF is #E84300. Grayscale: #919191. Windows color (decimal): -15221505 or 16759831. OLE color: 16759831.
HSL color Cylindrical-coordinate representation of color #17BCFF: hue angle of 197.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17BCFF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 188 | 255 | - |
| CMYK | 0.91 | 0.26 | 0 | 0 |
| HSL | 197.33º | 1% | 0.55% | - |
| HSV(B) | 197.33º | 0.91% | 1% | - |
| XYZ | 36.39 | 43.37 | 101.06 | - |
| YUV | 146.3 | 189.34 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 255 | 0.91 | 0.26 | 0 | 0 | 197.33 | 1 | 0.55 |
| Hex | 17 | BC | FF | 5B | 1A | 0 | 0 | C5 | 64 | 37 |
| Octal | 27 | 274 | 377 | 133 | 32 | 0 | 0 | 305 | 144 | 67 |
| Binary | 10111 | 10111100 | 11111111 | 1011011 | 11010 | 0 | 0 | 11000101 | 1100100 | 110111 |
Color Harmonies of #17BCFF
Complementary color
Monochromatic Colors of #17BCFF
Black with #17BCFF
Text Example
Text Example
White with #17BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BCFF; }
p { color: rgb(23,188,255); }
H1.HeaderClassName
{
color: #17BCFF;
}
.AnyTagClassName
{
color: #17BCFF;
}
</style>
background-color css
<style>
a { background-color: #17BCFF; }
a { background-color: rgb(23,188,255); }
div.DivClassName
{
background-color: #17BCFF;
}
.BgClassName
{
background-color: #17BCFF;
}
</style>
border-color css
<style>
span { border-color: #17BCFF; }
span { border-color: rgb(23,188,255); }
td.TdClassName
{
border-color: #17BCFF;
}
.TagClassName
{
border-color: #17BCFF;
}
</style>