Shades of Deep Sky Blue #18B8EB
Tints of Deep Sky Blue #18B8EB
RGB
CMYK
RGB Variations
Color information
#18B8EB (or 0x18B8EB) is known color: Deep Sky Blue. HEX triplet: 18, B8 and EB. RGB value is (24,184,235). Sum of RGB (Red+Green+Blue) = 24+184+235=443 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.42% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #18B8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B8EB is #E74714. Grayscale: #8D8D8D. Windows color (decimal): -15157013 or 15448088. OLE color: 15448088.
HSL color Cylindrical-coordinate representation of color #18B8EB: hue angle of 194.5º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B8EB is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 184 | 235 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.08 |
| HSL | 194.5º | 0.84% | 0.51% | - |
| HSV(B) | 194.5º | 0.9% | 0.92% | - |
| XYZ | 32.51 | 40.47 | 84.7 | - |
| YUV | 141.97 | 180.49 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 184 | 235 | 0.90 | 0.22 | 0 | 0.08 | 194.5 | 0.84 | 0.51 |
| Hex | 18 | B8 | EB | 5A | 16 | 0 | 8 | C3 | 54 | 33 |
| Octal | 30 | 270 | 353 | 132 | 26 | 0 | 10 | 303 | 124 | 63 |
| Binary | 11000 | 10111000 | 11101011 | 1011010 | 10110 | 0 | 1000 | 11000011 | 1010100 | 110011 |
Color Harmonies of #18B8EB
Complementary color
Monochromatic Colors of #18B8EB
Black with #18B8EB
Text Example
Text Example
White with #18B8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B8EB; }
p { color: rgb(24,184,235); }
H1.HeaderClassName
{
color: #18B8EB;
}
.AnyTagClassName
{
color: #18B8EB;
}
</style>
background-color css
<style>
a { background-color: #18B8EB; }
a { background-color: rgb(24,184,235); }
div.DivClassName
{
background-color: #18B8EB;
}
.BgClassName
{
background-color: #18B8EB;
}
</style>
border-color css
<style>
span { border-color: #18B8EB; }
span { border-color: rgb(24,184,235); }
td.TdClassName
{
border-color: #18B8EB;
}
.TagClassName
{
border-color: #18B8EB;
}
</style>