Shades of Deep Sky Blue #17CEEE
Tints of Deep Sky Blue #17CEEE
RGB
CMYK
RGB Variations
Color information
#17CEEE (or 0x17CEEE) is known color: Deep Sky Blue. HEX triplet: 17, CE and EE. RGB value is (23,206,238). Sum of RGB (Red+Green+Blue) = 23+206+238=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #17CEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CEEE is #E83111. Grayscale: #9A9A9A. Windows color (decimal): -15216914 or 15650327. OLE color: 15650327.
HSL color Cylindrical-coordinate representation of color #17CEEE: hue angle of 188.93º 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 #17CEEE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 206 | 238 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.07 |
| HSL | 188.93º | 0.86% | 0.51% | - |
| HSV(B) | 188.93º | 0.9% | 0.93% | - |
| XYZ | 37.86 | 50.5 | 88.64 | - |
| YUV | 154.93 | 174.87 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 238 | 0.90 | 0.13 | 0 | 0.07 | 188.93 | 0.86 | 0.51 |
| Hex | 17 | CE | EE | 5A | D | 0 | 7 | BD | 56 | 33 |
| Octal | 27 | 316 | 356 | 132 | 15 | 0 | 7 | 275 | 126 | 63 |
| Binary | 10111 | 11001110 | 11101110 | 1011010 | 1101 | 0 | 111 | 10111101 | 1010110 | 110011 |
Color Harmonies of #17CEEE
Complementary color
Monochromatic Colors of #17CEEE
Black with #17CEEE
Text Example
Text Example
White with #17CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEEE; }
p { color: rgb(23,206,238); }
H1.HeaderClassName
{
color: #17CEEE;
}
.AnyTagClassName
{
color: #17CEEE;
}
</style>
background-color css
<style>
a { background-color: #17CEEE; }
a { background-color: rgb(23,206,238); }
div.DivClassName
{
background-color: #17CEEE;
}
.BgClassName
{
background-color: #17CEEE;
}
</style>
border-color css
<style>
span { border-color: #17CEEE; }
span { border-color: rgb(23,206,238); }
td.TdClassName
{
border-color: #17CEEE;
}
.TagClassName
{
border-color: #17CEEE;
}
</style>