Shades of Deep Sky Blue #18BBEA
Tints of Deep Sky Blue #18BBEA
RGB
CMYK
RGB Variations
Color information
#18BBEA (or 0x18BBEA) is known color: Deep Sky Blue. HEX triplet: 18, BB and EA. RGB value is (24,187,234). Sum of RGB (Red+Green+Blue) = 24+187+234=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #18BBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBEA is #E74415. Grayscale: #8F8F8F. Windows color (decimal): -15156246 or 15383320. OLE color: 15383320.
HSL color Cylindrical-coordinate representation of color #18BBEA: hue angle of 193.43º degrees, saturation: 0.83, 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 #18BBEA is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 187 | 234 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.08 |
| HSL | 193.43º | 0.83% | 0.51% | - |
| HSV(B) | 193.43º | 0.9% | 0.92% | - |
| XYZ | 33 | 41.68 | 84.15 | - |
| YUV | 143.62 | 179 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 234 | 0.90 | 0.20 | 0 | 0.08 | 193.43 | 0.83 | 0.51 |
| Hex | 18 | BB | EA | 5A | 14 | 0 | 8 | C1 | 53 | 33 |
| Octal | 30 | 273 | 352 | 132 | 24 | 0 | 10 | 301 | 123 | 63 |
| Binary | 11000 | 10111011 | 11101010 | 1011010 | 10100 | 0 | 1000 | 11000001 | 1010011 | 110011 |
Color Harmonies of #18BBEA
Complementary color
Monochromatic Colors of #18BBEA
Black with #18BBEA
Text Example
Text Example
White with #18BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBEA; }
p { color: rgb(24,187,234); }
H1.HeaderClassName
{
color: #18BBEA;
}
.AnyTagClassName
{
color: #18BBEA;
}
</style>
background-color css
<style>
a { background-color: #18BBEA; }
a { background-color: rgb(24,187,234); }
div.DivClassName
{
background-color: #18BBEA;
}
.BgClassName
{
background-color: #18BBEA;
}
</style>
border-color css
<style>
span { border-color: #18BBEA; }
span { border-color: rgb(24,187,234); }
td.TdClassName
{
border-color: #18BBEA;
}
.TagClassName
{
border-color: #18BBEA;
}
</style>