Shades of Deep Sky Blue #18BCED
Tints of Deep Sky Blue #18BCED
RGB
CMYK
RGB Variations
Color information
#18BCED (or 0x18BCED) is known color: Deep Sky Blue. HEX triplet: 18, BC and ED. RGB value is (24,188,237). Sum of RGB (Red+Green+Blue) = 24+188+237=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #18BCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCED is #E74312. Grayscale: #909090. Windows color (decimal): -15155987 or 15580184. OLE color: 15580184.
HSL color Cylindrical-coordinate representation of color #18BCED: hue angle of 193.8º 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 #18BCED is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 188 | 237 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.07 |
| HSL | 193.8º | 0.86% | 0.51% | - |
| HSV(B) | 193.8º | 0.9% | 0.93% | - |
| XYZ | 33.65 | 42.28 | 86.51 | - |
| YUV | 144.55 | 180.17 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 237 | 0.90 | 0.21 | 0 | 0.07 | 193.8 | 0.86 | 0.51 |
| Hex | 18 | BC | ED | 5A | 15 | 0 | 7 | C2 | 56 | 33 |
| Octal | 30 | 274 | 355 | 132 | 25 | 0 | 7 | 302 | 126 | 63 |
| Binary | 11000 | 10111100 | 11101101 | 1011010 | 10101 | 0 | 111 | 11000010 | 1010110 | 110011 |
Color Harmonies of #18BCED
Complementary color
Monochromatic Colors of #18BCED
Black with #18BCED
Text Example
Text Example
White with #18BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BCED; }
p { color: rgb(24,188,237); }
H1.HeaderClassName
{
color: #18BCED;
}
.AnyTagClassName
{
color: #18BCED;
}
</style>
background-color css
<style>
a { background-color: #18BCED; }
a { background-color: rgb(24,188,237); }
div.DivClassName
{
background-color: #18BCED;
}
.BgClassName
{
background-color: #18BCED;
}
</style>
border-color css
<style>
span { border-color: #18BCED; }
span { border-color: rgb(24,188,237); }
td.TdClassName
{
border-color: #18BCED;
}
.TagClassName
{
border-color: #18BCED;
}
</style>