Shades of Deep Sky Blue #17BEED
Tints of Deep Sky Blue #17BEED
RGB
CMYK
RGB Variations
Color information
#17BEED (or 0x17BEED) is known color: Deep Sky Blue. HEX triplet: 17, BE and ED. RGB value is (23,190,237). Sum of RGB (Red+Green+Blue) = 23+190+237=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #17BEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17BEED is #E84112. Grayscale: #919191. Windows color (decimal): -15221011 or 15580695. OLE color: 15580695.
HSL color Cylindrical-coordinate representation of color #17BEED: hue angle of 193.18º 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 #17BEED is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 190 | 237 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.07 |
| HSL | 193.18º | 0.86% | 0.51% | - |
| HSV(B) | 193.18º | 0.9% | 0.93% | - |
| XYZ | 34.05 | 43.12 | 86.65 | - |
| YUV | 145.43 | 179.67 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 190 | 237 | 0.90 | 0.20 | 0 | 0.07 | 193.18 | 0.86 | 0.51 |
| Hex | 17 | BE | ED | 5A | 14 | 0 | 7 | C1 | 56 | 33 |
| Octal | 27 | 276 | 355 | 132 | 24 | 0 | 7 | 301 | 126 | 63 |
| Binary | 10111 | 10111110 | 11101101 | 1011010 | 10100 | 0 | 111 | 11000001 | 1010110 | 110011 |
Color Harmonies of #17BEED
Complementary color
Monochromatic Colors of #17BEED
Black with #17BEED
Text Example
Text Example
White with #17BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BEED; }
p { color: rgb(23,190,237); }
H1.HeaderClassName
{
color: #17BEED;
}
.AnyTagClassName
{
color: #17BEED;
}
</style>
background-color css
<style>
a { background-color: #17BEED; }
a { background-color: rgb(23,190,237); }
div.DivClassName
{
background-color: #17BEED;
}
.BgClassName
{
background-color: #17BEED;
}
</style>
border-color css
<style>
span { border-color: #17BEED; }
span { border-color: rgb(23,190,237); }
td.TdClassName
{
border-color: #17BEED;
}
.TagClassName
{
border-color: #17BEED;
}
</style>