Shades of Deep Sky Blue #17CEFE
Tints of Deep Sky Blue #17CEFE
RGB
CMYK
RGB Variations
Color information
#17CEFE (or 0x17CEFE) is known color: Deep Sky Blue. HEX triplet: 17, CE and FE. RGB value is (23,206,254). Sum of RGB (Red+Green+Blue) = 23+206+254=483 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.76% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #17CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CEFE is #E83101. Grayscale: #9C9C9C. Windows color (decimal): -15216898 or 16698903. OLE color: 16698903.
HSL color Cylindrical-coordinate representation of color #17CEFE: hue angle of 192.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17CEFE is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 206 | 254 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.00 |
| HSL | 192.47º | 0.99% | 0.54% | - |
| HSV(B) | 192.47º | 0.91% | 1% | - |
| XYZ | 40.31 | 51.48 | 101.58 | - |
| YUV | 156.76 | 182.87 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 254 | 0.91 | 0.19 | 0 | 0.00 | 192.47 | 0.99 | 0.54 |
| Hex | 17 | CE | FE | 5B | 13 | 0 | 0 | C0 | 63 | 36 |
| Octal | 27 | 316 | 376 | 133 | 23 | 0 | 0 | 300 | 143 | 66 |
| Binary | 10111 | 11001110 | 11111110 | 1011011 | 10011 | 0 | 0 | 11000000 | 1100011 | 110110 |
Color Harmonies of #17CEFE
Complementary color
Monochromatic Colors of #17CEFE
Black with #17CEFE
Text Example
Text Example
White with #17CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEFE; }
p { color: rgb(23,206,254); }
H1.HeaderClassName
{
color: #17CEFE;
}
.AnyTagClassName
{
color: #17CEFE;
}
</style>
background-color css
<style>
a { background-color: #17CEFE; }
a { background-color: rgb(23,206,254); }
div.DivClassName
{
background-color: #17CEFE;
}
.BgClassName
{
background-color: #17CEFE;
}
</style>
border-color css
<style>
span { border-color: #17CEFE; }
span { border-color: rgb(23,206,254); }
td.TdClassName
{
border-color: #17CEFE;
}
.TagClassName
{
border-color: #17CEFE;
}
</style>