Shades of Deep Sky Blue #17CEEF
Tints of Deep Sky Blue #17CEEF
RGB
CMYK
RGB Variations
Color information
#17CEEF (or 0x17CEEF) is known color: Deep Sky Blue. HEX triplet: 17, CE and EF. RGB value is (23,206,239). Sum of RGB (Red+Green+Blue) = 23+206+239=468 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.91% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #17CEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CEEF is #E83110. Grayscale: #9A9A9A. Windows color (decimal): -15216913 or 15715863. OLE color: 15715863.
HSL color Cylindrical-coordinate representation of color #17CEEF: hue angle of 189.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CEEF is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 206 | 239 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.06 |
| HSL | 189.17º | 0.87% | 0.51% | - |
| HSV(B) | 189.17º | 0.9% | 0.94% | - |
| XYZ | 38 | 50.56 | 89.42 | - |
| YUV | 155.05 | 175.37 | 33.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 239 | 0.90 | 0.14 | 0 | 0.06 | 189.17 | 0.87 | 0.51 |
| Hex | 17 | CE | EF | 5A | E | 0 | 6 | BD | 57 | 33 |
| Octal | 27 | 316 | 357 | 132 | 16 | 0 | 6 | 275 | 127 | 63 |
| Binary | 10111 | 11001110 | 11101111 | 1011010 | 1110 | 0 | 110 | 10111101 | 1010111 | 110011 |
Color Harmonies of #17CEEF
Complementary color
Monochromatic Colors of #17CEEF
Black with #17CEEF
Text Example
Text Example
White with #17CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEEF; }
p { color: rgb(23,206,239); }
H1.HeaderClassName
{
color: #17CEEF;
}
.AnyTagClassName
{
color: #17CEEF;
}
</style>
background-color css
<style>
a { background-color: #17CEEF; }
a { background-color: rgb(23,206,239); }
div.DivClassName
{
background-color: #17CEEF;
}
.BgClassName
{
background-color: #17CEEF;
}
</style>
border-color css
<style>
span { border-color: #17CEEF; }
span { border-color: rgb(23,206,239); }
td.TdClassName
{
border-color: #17CEEF;
}
.TagClassName
{
border-color: #17CEEF;
}
</style>