Shades of Deep Sky Blue #17DAFE
Tints of Deep Sky Blue #17DAFE
RGB
CMYK
RGB Variations
Color information
#17DAFE (or 0x17DAFE) is known color: Deep Sky Blue. HEX triplet: 17, DA and FE. RGB value is (23,218,254). Sum of RGB (Red+Green+Blue) = 23+218+254=495 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.65% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #17DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DAFE is #E82501. Grayscale: #A3A3A3. Windows color (decimal): -15213826 or 16701975. OLE color: 16701975.
HSL color Cylindrical-coordinate representation of color #17DAFE: hue angle of 189.35º 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 #17DAFE is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 218 | 254 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.00 |
| HSL | 189.35º | 0.99% | 0.54% | - |
| HSV(B) | 189.35º | 0.91% | 1% | - |
| XYZ | 43.31 | 57.48 | 102.58 | - |
| YUV | 163.8 | 178.9 | 27.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 218 | 254 | 0.91 | 0.14 | 0 | 0.00 | 189.35 | 0.99 | 0.54 |
| Hex | 17 | DA | FE | 5B | E | 0 | 0 | BD | 63 | 36 |
| Octal | 27 | 332 | 376 | 133 | 16 | 0 | 0 | 275 | 143 | 66 |
| Binary | 10111 | 11011010 | 11111110 | 1011011 | 1110 | 0 | 0 | 10111101 | 1100011 | 110110 |
Color Harmonies of #17DAFE
Complementary color
Monochromatic Colors of #17DAFE
Black with #17DAFE
Text Example
Text Example
White with #17DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DAFE; }
p { color: rgb(23,218,254); }
H1.HeaderClassName
{
color: #17DAFE;
}
.AnyTagClassName
{
color: #17DAFE;
}
</style>
background-color css
<style>
a { background-color: #17DAFE; }
a { background-color: rgb(23,218,254); }
div.DivClassName
{
background-color: #17DAFE;
}
.BgClassName
{
background-color: #17DAFE;
}
</style>
border-color css
<style>
span { border-color: #17DAFE; }
span { border-color: rgb(23,218,254); }
td.TdClassName
{
border-color: #17DAFE;
}
.TagClassName
{
border-color: #17DAFE;
}
</style>