Shades of Deep Sky Blue #17CFEE
Tints of Deep Sky Blue #17CFEE
RGB
CMYK
RGB Variations
Color information
#17CFEE (or 0x17CFEE) is known color: Deep Sky Blue. HEX triplet: 17, CF and EE. RGB value is (23,207,238). Sum of RGB (Red+Green+Blue) = 23+207+238=468 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.91% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #17CFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CFEE is #E83011. Grayscale: #9B9B9B. Windows color (decimal): -15216658 or 15650583. OLE color: 15650583.
HSL color Cylindrical-coordinate representation of color #17CFEE: hue angle of 188.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CFEE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 207 | 238 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.07 |
| HSL | 188.65º | 0.86% | 0.51% | - |
| HSV(B) | 188.65º | 0.9% | 0.93% | - |
| XYZ | 38.1 | 50.98 | 88.72 | - |
| YUV | 155.52 | 174.54 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 207 | 238 | 0.90 | 0.13 | 0 | 0.07 | 188.65 | 0.86 | 0.51 |
| Hex | 17 | CF | EE | 5A | D | 0 | 7 | BD | 56 | 33 |
| Octal | 27 | 317 | 356 | 132 | 15 | 0 | 7 | 275 | 126 | 63 |
| Binary | 10111 | 11001111 | 11101110 | 1011010 | 1101 | 0 | 111 | 10111101 | 1010110 | 110011 |
Color Harmonies of #17CFEE
Complementary color
Monochromatic Colors of #17CFEE
Black with #17CFEE
Text Example
Text Example
White with #17CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CFEE; }
p { color: rgb(23,207,238); }
H1.HeaderClassName
{
color: #17CFEE;
}
.AnyTagClassName
{
color: #17CFEE;
}
</style>
background-color css
<style>
a { background-color: #17CFEE; }
a { background-color: rgb(23,207,238); }
div.DivClassName
{
background-color: #17CFEE;
}
.BgClassName
{
background-color: #17CFEE;
}
</style>
border-color css
<style>
span { border-color: #17CFEE; }
span { border-color: rgb(23,207,238); }
td.TdClassName
{
border-color: #17CFEE;
}
.TagClassName
{
border-color: #17CFEE;
}
</style>