Shades of Deep Sky Blue #17CFFF
Tints of Deep Sky Blue #17CFFF
RGB
CMYK
RGB Variations
Color information
#17CFFF (or 0x17CFFF) is known color: Deep Sky Blue. HEX triplet: 17, CF and FF. RGB value is (23,207,255). Sum of RGB (Red+Green+Blue) = 23+207+255=485 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.74% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #17CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CFFF is #E83000. Grayscale: #9D9D9D. Windows color (decimal): -15216641 or 16764695. OLE color: 16764695.
HSL color Cylindrical-coordinate representation of color #17CFFF: hue angle of 192.41º 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 #17CFFF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 207 | 255 | - |
| CMYK | 0.91 | 0.19 | 0 | 0 |
| HSL | 192.41º | 1% | 0.55% | - |
| HSV(B) | 192.41º | 0.91% | 1% | - |
| XYZ | 40.72 | 52.03 | 102.5 | - |
| YUV | 157.46 | 183.04 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 255 | 0.91 | 0.19 | 0 | 0 | 192.41 | 1 | 0.55 |
| Hex | 17 | CF | FF | 5B | 13 | 0 | 0 | C0 | 64 | 37 |
| Octal | 27 | 317 | 377 | 133 | 23 | 0 | 0 | 300 | 144 | 67 |
| Binary | 10111 | 11001111 | 11111111 | 1011011 | 10011 | 0 | 0 | 11000000 | 1100100 | 110111 |
Color Harmonies of #17CFFF
Complementary color
Monochromatic Colors of #17CFFF
Black with #17CFFF
Text Example
Text Example
White with #17CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFFF; }
p { color: rgb(23,207,255); }
H1.HeaderClassName
{
color: #17CFFF;
}
.AnyTagClassName
{
color: #17CFFF;
}
</style>
background-color css
<style>
a { background-color: #17CFFF; }
a { background-color: rgb(23,207,255); }
div.DivClassName
{
background-color: #17CFFF;
}
.BgClassName
{
background-color: #17CFFF;
}
</style>
border-color css
<style>
span { border-color: #17CFFF; }
span { border-color: rgb(23,207,255); }
td.TdClassName
{
border-color: #17CFFF;
}
.TagClassName
{
border-color: #17CFFF;
}
</style>