Shades of Deep Sky Blue #18B7EC
Tints of Deep Sky Blue #18B7EC
RGB
CMYK
RGB Variations
Color information
#18B7EC (or 0x18B7EC) is known color: Deep Sky Blue. HEX triplet: 18, B7 and EC. RGB value is (24,183,236). Sum of RGB (Red+Green+Blue) = 24+183+236=443 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.42% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #18B7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B7EC is #E74813. Grayscale: #8D8D8D. Windows color (decimal): -15157268 or 15513368. OLE color: 15513368.
HSL color Cylindrical-coordinate representation of color #18B7EC: hue angle of 195º 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 #18B7EC is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 183 | 236 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.07 |
| HSL | 195º | 0.85% | 0.51% | - |
| HSV(B) | 195º | 0.9% | 0.93% | - |
| XYZ | 32.45 | 40.12 | 85.39 | - |
| YUV | 141.5 | 181.32 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 183 | 236 | 0.90 | 0.22 | 0 | 0.07 | 195 | 0.85 | 0.51 |
| Hex | 18 | B7 | EC | 5A | 16 | 0 | 7 | C3 | 55 | 33 |
| Octal | 30 | 267 | 354 | 132 | 26 | 0 | 7 | 303 | 125 | 63 |
| Binary | 11000 | 10110111 | 11101100 | 1011010 | 10110 | 0 | 111 | 11000011 | 1010101 | 110011 |
Color Harmonies of #18B7EC
Complementary color
Monochromatic Colors of #18B7EC
Black with #18B7EC
Text Example
Text Example
White with #18B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B7EC; }
p { color: rgb(24,183,236); }
H1.HeaderClassName
{
color: #18B7EC;
}
.AnyTagClassName
{
color: #18B7EC;
}
</style>
background-color css
<style>
a { background-color: #18B7EC; }
a { background-color: rgb(24,183,236); }
div.DivClassName
{
background-color: #18B7EC;
}
.BgClassName
{
background-color: #18B7EC;
}
</style>
border-color css
<style>
span { border-color: #18B7EC; }
span { border-color: rgb(24,183,236); }
td.TdClassName
{
border-color: #18B7EC;
}
.TagClassName
{
border-color: #18B7EC;
}
</style>