Shades of Deep Sky Blue #17CEFC
Tints of Deep Sky Blue #17CEFC
RGB
CMYK
RGB Variations
Color information
#17CEFC (or 0x17CEFC) is known color: Deep Sky Blue. HEX triplet: 17, CE and FC. RGB value is (23,206,252). Sum of RGB (Red+Green+Blue) = 23+206+252=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #17CEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CEFC is #E83103. Grayscale: #9C9C9C. Windows color (decimal): -15216900 or 16567831. OLE color: 16567831.
HSL color Cylindrical-coordinate representation of color #17CEFC: hue angle of 192.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17CEFC is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 206 | 252 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.01 |
| HSL | 192.05º | 0.97% | 0.54% | - |
| HSV(B) | 192.05º | 0.91% | 0.99% | - |
| XYZ | 40 | 51.35 | 99.9 | - |
| YUV | 156.53 | 181.87 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 252 | 0.91 | 0.18 | 0 | 0.01 | 192.05 | 0.97 | 0.54 |
| Hex | 17 | CE | FC | 5B | 12 | 0 | 1 | C0 | 61 | 36 |
| Octal | 27 | 316 | 374 | 133 | 22 | 0 | 1 | 300 | 141 | 66 |
| Binary | 10111 | 11001110 | 11111100 | 1011011 | 10010 | 0 | 1 | 11000000 | 1100001 | 110110 |
Color Harmonies of #17CEFC
Complementary color
Monochromatic Colors of #17CEFC
Black with #17CEFC
Text Example
Text Example
White with #17CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEFC; }
p { color: rgb(23,206,252); }
H1.HeaderClassName
{
color: #17CEFC;
}
.AnyTagClassName
{
color: #17CEFC;
}
</style>
background-color css
<style>
a { background-color: #17CEFC; }
a { background-color: rgb(23,206,252); }
div.DivClassName
{
background-color: #17CEFC;
}
.BgClassName
{
background-color: #17CEFC;
}
</style>
border-color css
<style>
span { border-color: #17CEFC; }
span { border-color: rgb(23,206,252); }
td.TdClassName
{
border-color: #17CEFC;
}
.TagClassName
{
border-color: #17CEFC;
}
</style>