Shades of Deep Sky Blue #18BDE6
Tints of Deep Sky Blue #18BDE6
RGB
CMYK
RGB Variations
Color information
#18BDE6 (or 0x18BDE6) is known color: Deep Sky Blue. HEX triplet: 18, BD and E6. RGB value is (24,189,230). Sum of RGB (Red+Green+Blue) = 24+189+230=443 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.42% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #18BDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BDE6 is #E74219. Grayscale: #909090. Windows color (decimal): -15155738 or 15121688. OLE color: 15121688.
HSL color Cylindrical-coordinate representation of color #18BDE6: hue angle of 191.94º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BDE6 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 189 | 230 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.10 |
| HSL | 191.94º | 0.81% | 0.5% | - |
| HSV(B) | 191.94º | 0.9% | 0.9% | - |
| XYZ | 32.86 | 42.3 | 81.3 | - |
| YUV | 144.34 | 176.34 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 189 | 230 | 0.90 | 0.18 | 0 | 0.10 | 191.94 | 0.81 | 0.5 |
| Hex | 18 | BD | E6 | 5A | 12 | 0 | A | C0 | 51 | 32 |
| Octal | 30 | 275 | 346 | 132 | 22 | 0 | 12 | 300 | 121 | 62 |
| Binary | 11000 | 10111101 | 11100110 | 1011010 | 10010 | 0 | 1010 | 11000000 | 1010001 | 110010 |
Color Harmonies of #18BDE6
Complementary color
Monochromatic Colors of #18BDE6
Black with #18BDE6
Text Example
Text Example
White with #18BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BDE6; }
p { color: rgb(24,189,230); }
H1.HeaderClassName
{
color: #18BDE6;
}
.AnyTagClassName
{
color: #18BDE6;
}
</style>
background-color css
<style>
a { background-color: #18BDE6; }
a { background-color: rgb(24,189,230); }
div.DivClassName
{
background-color: #18BDE6;
}
.BgClassName
{
background-color: #18BDE6;
}
</style>
border-color css
<style>
span { border-color: #18BDE6; }
span { border-color: rgb(24,189,230); }
td.TdClassName
{
border-color: #18BDE6;
}
.TagClassName
{
border-color: #18BDE6;
}
</style>