Shades of Deep Sky Blue #18BCEC
Tints of Deep Sky Blue #18BCEC
RGB
CMYK
RGB Variations
Color information
#18BCEC (or 0x18BCEC) is known color: Deep Sky Blue. HEX triplet: 18, BC and EC. RGB value is (24,188,236). Sum of RGB (Red+Green+Blue) = 24+188+236=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #18BCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCEC is #E74313. Grayscale: #909090. Windows color (decimal): -15155988 or 15514648. OLE color: 15514648.
HSL color Cylindrical-coordinate representation of color #18BCEC: hue angle of 193.58º 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 #18BCEC is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 188 | 236 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.07 |
| HSL | 193.58º | 0.85% | 0.51% | - |
| HSV(B) | 193.58º | 0.9% | 0.93% | - |
| XYZ | 33.5 | 42.22 | 85.74 | - |
| YUV | 144.44 | 179.67 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 236 | 0.90 | 0.20 | 0 | 0.07 | 193.58 | 0.85 | 0.51 |
| Hex | 18 | BC | EC | 5A | 14 | 0 | 7 | C2 | 55 | 33 |
| Octal | 30 | 274 | 354 | 132 | 24 | 0 | 7 | 302 | 125 | 63 |
| Binary | 11000 | 10111100 | 11101100 | 1011010 | 10100 | 0 | 111 | 11000010 | 1010101 | 110011 |
Color Harmonies of #18BCEC
Complementary color
Monochromatic Colors of #18BCEC
Black with #18BCEC
Text Example
Text Example
White with #18BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCEC; }
p { color: rgb(24,188,236); }
H1.HeaderClassName
{
color: #18BCEC;
}
.AnyTagClassName
{
color: #18BCEC;
}
</style>
background-color css
<style>
a { background-color: #18BCEC; }
a { background-color: rgb(24,188,236); }
div.DivClassName
{
background-color: #18BCEC;
}
.BgClassName
{
background-color: #18BCEC;
}
</style>
border-color css
<style>
span { border-color: #18BCEC; }
span { border-color: rgb(24,188,236); }
td.TdClassName
{
border-color: #18BCEC;
}
.TagClassName
{
border-color: #18BCEC;
}
</style>