Shades of Deep Sky Blue #18BBEE
Tints of Deep Sky Blue #18BBEE
RGB
CMYK
RGB Variations
Color information
#18BBEE (or 0x18BBEE) is known color: Deep Sky Blue. HEX triplet: 18, BB and EE. RGB value is (24,187,238). Sum of RGB (Red+Green+Blue) = 24+187+238=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #18BBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBEE is #E74411. Grayscale: #8F8F8F. Windows color (decimal): -15156242 or 15645464. OLE color: 15645464.
HSL color Cylindrical-coordinate representation of color #18BBEE: hue angle of 194.3º 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 #18BBEE is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 187 | 238 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.07 |
| HSL | 194.3º | 0.86% | 0.51% | - |
| HSV(B) | 194.3º | 0.9% | 0.93% | - |
| XYZ | 33.58 | 41.91 | 87.21 | - |
| YUV | 144.08 | 181 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 238 | 0.90 | 0.21 | 0 | 0.07 | 194.3 | 0.86 | 0.51 |
| Hex | 18 | BB | EE | 5A | 15 | 0 | 7 | C2 | 56 | 33 |
| Octal | 30 | 273 | 356 | 132 | 25 | 0 | 7 | 302 | 126 | 63 |
| Binary | 11000 | 10111011 | 11101110 | 1011010 | 10101 | 0 | 111 | 11000010 | 1010110 | 110011 |
Color Harmonies of #18BBEE
Complementary color
Monochromatic Colors of #18BBEE
Black with #18BBEE
Text Example
Text Example
White with #18BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBEE; }
p { color: rgb(24,187,238); }
H1.HeaderClassName
{
color: #18BBEE;
}
.AnyTagClassName
{
color: #18BBEE;
}
</style>
background-color css
<style>
a { background-color: #18BBEE; }
a { background-color: rgb(24,187,238); }
div.DivClassName
{
background-color: #18BBEE;
}
.BgClassName
{
background-color: #18BBEE;
}
</style>
border-color css
<style>
span { border-color: #18BBEE; }
span { border-color: rgb(24,187,238); }
td.TdClassName
{
border-color: #18BBEE;
}
.TagClassName
{
border-color: #18BBEE;
}
</style>