Shades of Deep Sky Blue #18C5EF
Tints of Deep Sky Blue #18C5EF
RGB
CMYK
RGB Variations
Color information
#18C5EF (or 0x18C5EF) is known color: Deep Sky Blue. HEX triplet: 18, C5 and EF. RGB value is (24,197,239). Sum of RGB (Red+Green+Blue) = 24+197+239=460 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.22% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #18C5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C5EF is #E73A10. Grayscale: #959595. Windows color (decimal): -15153681 or 15713560. OLE color: 15713560.
HSL color Cylindrical-coordinate representation of color #18C5EF: hue angle of 191.72º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C5EF is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 197 | 239 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.06 |
| HSL | 191.72º | 0.87% | 0.52% | - |
| HSV(B) | 191.72º | 0.9% | 0.94% | - |
| XYZ | 35.92 | 46.36 | 88.72 | - |
| YUV | 150.06 | 178.19 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 239 | 0.90 | 0.18 | 0 | 0.06 | 191.72 | 0.87 | 0.52 |
| Hex | 18 | C5 | EF | 5A | 12 | 0 | 6 | C0 | 57 | 34 |
| Octal | 30 | 305 | 357 | 132 | 22 | 0 | 6 | 300 | 127 | 64 |
| Binary | 11000 | 11000101 | 11101111 | 1011010 | 10010 | 0 | 110 | 11000000 | 1010111 | 110100 |
Color Harmonies of #18C5EF
Complementary color
Monochromatic Colors of #18C5EF
Black with #18C5EF
Text Example
Text Example
White with #18C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C5EF; }
p { color: rgb(24,197,239); }
H1.HeaderClassName
{
color: #18C5EF;
}
.AnyTagClassName
{
color: #18C5EF;
}
</style>
background-color css
<style>
a { background-color: #18C5EF; }
a { background-color: rgb(24,197,239); }
div.DivClassName
{
background-color: #18C5EF;
}
.BgClassName
{
background-color: #18C5EF;
}
</style>
border-color css
<style>
span { border-color: #18C5EF; }
span { border-color: rgb(24,197,239); }
td.TdClassName
{
border-color: #18C5EF;
}
.TagClassName
{
border-color: #18C5EF;
}
</style>