Shades of Deep Sky Blue #17CEEB
Tints of Deep Sky Blue #17CEEB
RGB
CMYK
RGB Variations
Color information
#17CEEB (or 0x17CEEB) is known color: Deep Sky Blue. HEX triplet: 17, CE and EB. RGB value is (23,206,235). Sum of RGB (Red+Green+Blue) = 23+206+235=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #17CEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CEEB is #E83114. Grayscale: #9A9A9A. Windows color (decimal): -15216917 or 15453719. OLE color: 15453719.
HSL color Cylindrical-coordinate representation of color #17CEEB: hue angle of 188.21º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CEEB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 206 | 235 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.08 |
| HSL | 188.21º | 0.84% | 0.51% | - |
| HSV(B) | 188.21º | 0.9% | 0.92% | - |
| XYZ | 37.42 | 50.32 | 86.34 | - |
| YUV | 154.59 | 173.37 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 235 | 0.90 | 0.12 | 0 | 0.08 | 188.21 | 0.84 | 0.51 |
| Hex | 17 | CE | EB | 5A | C | 0 | 8 | BC | 54 | 33 |
| Octal | 27 | 316 | 353 | 132 | 14 | 0 | 10 | 274 | 124 | 63 |
| Binary | 10111 | 11001110 | 11101011 | 1011010 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110011 |
Color Harmonies of #17CEEB
Complementary color
Monochromatic Colors of #17CEEB
Black with #17CEEB
Text Example
Text Example
White with #17CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEEB; }
p { color: rgb(23,206,235); }
H1.HeaderClassName
{
color: #17CEEB;
}
.AnyTagClassName
{
color: #17CEEB;
}
</style>
background-color css
<style>
a { background-color: #17CEEB; }
a { background-color: rgb(23,206,235); }
div.DivClassName
{
background-color: #17CEEB;
}
.BgClassName
{
background-color: #17CEEB;
}
</style>
border-color css
<style>
span { border-color: #17CEEB; }
span { border-color: rgb(23,206,235); }
td.TdClassName
{
border-color: #17CEEB;
}
.TagClassName
{
border-color: #17CEEB;
}
</style>