Shades of Deep Sky Blue #17BFEC
Tints of Deep Sky Blue #17BFEC
RGB
CMYK
RGB Variations
Color information
#17BFEC (or 0x17BFEC) is known color: Deep Sky Blue. HEX triplet: 17, BF and EC. RGB value is (23,191,236). Sum of RGB (Red+Green+Blue) = 23+191+236=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #17BFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BFEC is #E84013. Grayscale: #919191. Windows color (decimal): -15220756 or 15515415. OLE color: 15515415.
HSL color Cylindrical-coordinate representation of color #17BFEC: hue angle of 192.68º degrees, saturation: 0.85, 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 #17BFEC is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 191 | 236 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.07 |
| HSL | 192.68º | 0.85% | 0.51% | - |
| HSV(B) | 192.68º | 0.9% | 0.93% | - |
| XYZ | 34.12 | 43.5 | 85.95 | - |
| YUV | 145.9 | 178.84 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 236 | 0.90 | 0.19 | 0 | 0.07 | 192.68 | 0.85 | 0.51 |
| Hex | 17 | BF | EC | 5A | 13 | 0 | 7 | C1 | 55 | 33 |
| Octal | 27 | 277 | 354 | 132 | 23 | 0 | 7 | 301 | 125 | 63 |
| Binary | 10111 | 10111111 | 11101100 | 1011010 | 10011 | 0 | 111 | 11000001 | 1010101 | 110011 |
Color Harmonies of #17BFEC
Complementary color
Monochromatic Colors of #17BFEC
Black with #17BFEC
Text Example
Text Example
White with #17BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BFEC; }
p { color: rgb(23,191,236); }
H1.HeaderClassName
{
color: #17BFEC;
}
.AnyTagClassName
{
color: #17BFEC;
}
</style>
background-color css
<style>
a { background-color: #17BFEC; }
a { background-color: rgb(23,191,236); }
div.DivClassName
{
background-color: #17BFEC;
}
.BgClassName
{
background-color: #17BFEC;
}
</style>
border-color css
<style>
span { border-color: #17BFEC; }
span { border-color: rgb(23,191,236); }
td.TdClassName
{
border-color: #17BFEC;
}
.TagClassName
{
border-color: #17BFEC;
}
</style>