Shades of Deep Sky Blue #18C0EE
Tints of Deep Sky Blue #18C0EE
RGB
CMYK
RGB Variations
Color information
#18C0EE (or 0x18C0EE) is known color: Deep Sky Blue. HEX triplet: 18, C0 and EE. RGB value is (24,192,238). Sum of RGB (Red+Green+Blue) = 24+192+238=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #18C0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C0EE is #E73F11. Grayscale: #929292. Windows color (decimal): -15154962 or 15646744. OLE color: 15646744.
HSL color Cylindrical-coordinate representation of color #18C0EE: hue angle of 192.9º 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 #18C0EE is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 192 | 238 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.07 |
| HSL | 192.9º | 0.86% | 0.51% | - |
| HSV(B) | 192.9º | 0.9% | 0.93% | - |
| XYZ | 34.66 | 44.07 | 87.57 | - |
| YUV | 147.01 | 179.34 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 238 | 0.90 | 0.19 | 0 | 0.07 | 192.9 | 0.86 | 0.51 |
| Hex | 18 | C0 | EE | 5A | 13 | 0 | 7 | C1 | 56 | 33 |
| Octal | 30 | 300 | 356 | 132 | 23 | 0 | 7 | 301 | 126 | 63 |
| Binary | 11000 | 11000000 | 11101110 | 1011010 | 10011 | 0 | 111 | 11000001 | 1010110 | 110011 |
Color Harmonies of #18C0EE
Complementary color
Monochromatic Colors of #18C0EE
Black with #18C0EE
Text Example
Text Example
White with #18C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C0EE; }
p { color: rgb(24,192,238); }
H1.HeaderClassName
{
color: #18C0EE;
}
.AnyTagClassName
{
color: #18C0EE;
}
</style>
background-color css
<style>
a { background-color: #18C0EE; }
a { background-color: rgb(24,192,238); }
div.DivClassName
{
background-color: #18C0EE;
}
.BgClassName
{
background-color: #18C0EE;
}
</style>
border-color css
<style>
span { border-color: #18C0EE; }
span { border-color: rgb(24,192,238); }
td.TdClassName
{
border-color: #18C0EE;
}
.TagClassName
{
border-color: #18C0EE;
}
</style>