Shades of Deep Sky Blue #18C1EB
Tints of Deep Sky Blue #18C1EB
RGB
CMYK
RGB Variations
Color information
#18C1EB (or 0x18C1EB) is known color: Deep Sky Blue. HEX triplet: 18, C1 and EB. RGB value is (24,193,235). Sum of RGB (Red+Green+Blue) = 24+193+235=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #18C1EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C1EB is #E73E14. Grayscale: #929292. Windows color (decimal): -15154709 or 15450392. OLE color: 15450392.
HSL color Cylindrical-coordinate representation of color #18C1EB: hue angle of 191.94º 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 #18C1EB is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 193 | 235 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.08 |
| HSL | 191.94º | 0.84% | 0.51% | - |
| HSV(B) | 191.94º | 0.9% | 0.92% | - |
| XYZ | 34.44 | 44.33 | 85.34 | - |
| YUV | 147.26 | 177.51 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 235 | 0.90 | 0.18 | 0 | 0.08 | 191.94 | 0.84 | 0.51 |
| Hex | 18 | C1 | EB | 5A | 12 | 0 | 8 | C0 | 54 | 33 |
| Octal | 30 | 301 | 353 | 132 | 22 | 0 | 10 | 300 | 124 | 63 |
| Binary | 11000 | 11000001 | 11101011 | 1011010 | 10010 | 0 | 1000 | 11000000 | 1010100 | 110011 |
Color Harmonies of #18C1EB
Complementary color
Monochromatic Colors of #18C1EB
Black with #18C1EB
Text Example
Text Example
White with #18C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C1EB; }
p { color: rgb(24,193,235); }
H1.HeaderClassName
{
color: #18C1EB;
}
.AnyTagClassName
{
color: #18C1EB;
}
</style>
background-color css
<style>
a { background-color: #18C1EB; }
a { background-color: rgb(24,193,235); }
div.DivClassName
{
background-color: #18C1EB;
}
.BgClassName
{
background-color: #18C1EB;
}
</style>
border-color css
<style>
span { border-color: #18C1EB; }
span { border-color: rgb(24,193,235); }
td.TdClassName
{
border-color: #18C1EB;
}
.TagClassName
{
border-color: #18C1EB;
}
</style>