Shades of Deep Sky Blue #18CEEC
Tints of Deep Sky Blue #18CEEC
RGB
CMYK
RGB Variations
Color information
#18CEEC (or 0x18CEEC) is known color: Deep Sky Blue. HEX triplet: 18, CE and EC. RGB value is (24,206,236). Sum of RGB (Red+Green+Blue) = 24+206+236=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #18CEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEEC is #E73113. Grayscale: #9A9A9A. Windows color (decimal): -15151380 or 15519256. OLE color: 15519256.
HSL color Cylindrical-coordinate representation of color #18CEEC: hue angle of 188.49º 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 #18CEEC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 206 | 236 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.07 |
| HSL | 188.49º | 0.85% | 0.51% | - |
| HSV(B) | 188.49º | 0.9% | 0.93% | - |
| XYZ | 37.59 | 50.39 | 87.1 | - |
| YUV | 155 | 173.7 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 206 | 236 | 0.90 | 0.13 | 0 | 0.07 | 188.49 | 0.85 | 0.51 |
| Hex | 18 | CE | EC | 5A | D | 0 | 7 | BC | 55 | 33 |
| Octal | 30 | 316 | 354 | 132 | 15 | 0 | 7 | 274 | 125 | 63 |
| Binary | 11000 | 11001110 | 11101100 | 1011010 | 1101 | 0 | 111 | 10111100 | 1010101 | 110011 |
Color Harmonies of #18CEEC
Complementary color
Monochromatic Colors of #18CEEC
Black with #18CEEC
Text Example
Text Example
White with #18CEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CEEC; }
p { color: rgb(24,206,236); }
H1.HeaderClassName
{
color: #18CEEC;
}
.AnyTagClassName
{
color: #18CEEC;
}
</style>
background-color css
<style>
a { background-color: #18CEEC; }
a { background-color: rgb(24,206,236); }
div.DivClassName
{
background-color: #18CEEC;
}
.BgClassName
{
background-color: #18CEEC;
}
</style>
border-color css
<style>
span { border-color: #18CEEC; }
span { border-color: rgb(24,206,236); }
td.TdClassName
{
border-color: #18CEEC;
}
.TagClassName
{
border-color: #18CEEC;
}
</style>