Shades of Deep Sky Blue #17C2EE
Tints of Deep Sky Blue #17C2EE
RGB
CMYK
RGB Variations
Color information
#17C2EE (or 0x17C2EE) is known color: Deep Sky Blue. HEX triplet: 17, C2 and EE. RGB value is (23,194,238). Sum of RGB (Red+Green+Blue) = 23+194+238=455 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.05% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #17C2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17C2EE is #E83D11. Grayscale: #939393. Windows color (decimal): -15219986 or 15647255. OLE color: 15647255.
HSL color Cylindrical-coordinate representation of color #17C2EE: hue angle of 192.28º 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 #17C2EE is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 194 | 238 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.07 |
| HSL | 192.28º | 0.86% | 0.51% | - |
| HSV(B) | 192.28º | 0.9% | 0.93% | - |
| XYZ | 35.08 | 44.94 | 87.71 | - |
| YUV | 147.89 | 178.85 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 194 | 238 | 0.90 | 0.18 | 0 | 0.07 | 192.28 | 0.86 | 0.51 |
| Hex | 17 | C2 | EE | 5A | 12 | 0 | 7 | C0 | 56 | 33 |
| Octal | 27 | 302 | 356 | 132 | 22 | 0 | 7 | 300 | 126 | 63 |
| Binary | 10111 | 11000010 | 11101110 | 1011010 | 10010 | 0 | 111 | 11000000 | 1010110 | 110011 |
Color Harmonies of #17C2EE
Complementary color
Monochromatic Colors of #17C2EE
Black with #17C2EE
Text Example
Text Example
White with #17C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C2EE; }
p { color: rgb(23,194,238); }
H1.HeaderClassName
{
color: #17C2EE;
}
.AnyTagClassName
{
color: #17C2EE;
}
</style>
background-color css
<style>
a { background-color: #17C2EE; }
a { background-color: rgb(23,194,238); }
div.DivClassName
{
background-color: #17C2EE;
}
.BgClassName
{
background-color: #17C2EE;
}
</style>
border-color css
<style>
span { border-color: #17C2EE; }
span { border-color: rgb(23,194,238); }
td.TdClassName
{
border-color: #17C2EE;
}
.TagClassName
{
border-color: #17C2EE;
}
</style>