Shades of Deep Sky Blue #17CCEA
Tints of Deep Sky Blue #17CCEA
RGB
CMYK
RGB Variations
Color information
#17CCEA (or 0x17CCEA) is known color: Deep Sky Blue. HEX triplet: 17, CC and EA. RGB value is (23,204,234). Sum of RGB (Red+Green+Blue) = 23+204+234=461 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.99% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #17CCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CCEA is #E83315. Grayscale: #999999. Windows color (decimal): -15217430 or 15387671. OLE color: 15387671.
HSL color Cylindrical-coordinate representation of color #17CCEA: hue angle of 188.53º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CCEA is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 204 | 234 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.08 |
| HSL | 188.53º | 0.83% | 0.5% | - |
| HSV(B) | 188.53º | 0.9% | 0.92% | - |
| XYZ | 36.8 | 49.31 | 85.42 | - |
| YUV | 153.3 | 173.53 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 234 | 0.90 | 0.13 | 0 | 0.08 | 188.53 | 0.83 | 0.5 |
| Hex | 17 | CC | EA | 5A | D | 0 | 8 | BD | 53 | 32 |
| Octal | 27 | 314 | 352 | 132 | 15 | 0 | 10 | 275 | 123 | 62 |
| Binary | 10111 | 11001100 | 11101010 | 1011010 | 1101 | 0 | 1000 | 10111101 | 1010011 | 110010 |
Color Harmonies of #17CCEA
Complementary color
Monochromatic Colors of #17CCEA
Black with #17CCEA
Text Example
Text Example
White with #17CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CCEA; }
p { color: rgb(23,204,234); }
H1.HeaderClassName
{
color: #17CCEA;
}
.AnyTagClassName
{
color: #17CCEA;
}
</style>
background-color css
<style>
a { background-color: #17CCEA; }
a { background-color: rgb(23,204,234); }
div.DivClassName
{
background-color: #17CCEA;
}
.BgClassName
{
background-color: #17CCEA;
}
</style>
border-color css
<style>
span { border-color: #17CCEA; }
span { border-color: rgb(23,204,234); }
td.TdClassName
{
border-color: #17CCEA;
}
.TagClassName
{
border-color: #17CCEA;
}
</style>