Shades of Deep Sky Blue #17CEF5
Tints of Deep Sky Blue #17CEF5
RGB
CMYK
RGB Variations
Color information
#17CEF5 (or 0x17CEF5) is known color: Deep Sky Blue. HEX triplet: 17, CE and F5. RGB value is (23,206,245). Sum of RGB (Red+Green+Blue) = 23+206+245=474 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.85% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #17CEF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CEF5 is #E8310A. Grayscale: #9B9B9B. Windows color (decimal): -15216907 or 16109079. OLE color: 16109079.
HSL color Cylindrical-coordinate representation of color #17CEF5: hue angle of 190.54º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17CEF5 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 206 | 245 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.04 |
| HSL | 190.54º | 0.92% | 0.53% | - |
| HSV(B) | 190.54º | 0.91% | 0.96% | - |
| XYZ | 38.91 | 50.92 | 94.16 | - |
| YUV | 155.73 | 178.37 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 206 | 245 | 0.91 | 0.16 | 0 | 0.04 | 190.54 | 0.92 | 0.53 |
| Hex | 17 | CE | F5 | 5B | 10 | 0 | 4 | BF | 5C | 35 |
| Octal | 27 | 316 | 365 | 133 | 20 | 0 | 4 | 277 | 134 | 65 |
| Binary | 10111 | 11001110 | 11110101 | 1011011 | 10000 | 0 | 100 | 10111111 | 1011100 | 110101 |
Color Harmonies of #17CEF5
Complementary color
Monochromatic Colors of #17CEF5
Black with #17CEF5
Text Example
Text Example
White with #17CEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CEF5; }
p { color: rgb(23,206,245); }
H1.HeaderClassName
{
color: #17CEF5;
}
.AnyTagClassName
{
color: #17CEF5;
}
</style>
background-color css
<style>
a { background-color: #17CEF5; }
a { background-color: rgb(23,206,245); }
div.DivClassName
{
background-color: #17CEF5;
}
.BgClassName
{
background-color: #17CEF5;
}
</style>
border-color css
<style>
span { border-color: #17CEF5; }
span { border-color: rgb(23,206,245); }
td.TdClassName
{
border-color: #17CEF5;
}
.TagClassName
{
border-color: #17CEF5;
}
</style>