Shades of Deep Sky Blue #18BBEB
Tints of Deep Sky Blue #18BBEB
RGB
CMYK
RGB Variations
Color information
#18BBEB (or 0x18BBEB) is known color: Deep Sky Blue. HEX triplet: 18, BB and EB. RGB value is (24,187,235). Sum of RGB (Red+Green+Blue) = 24+187+235=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #18BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBEB is #E74414. Grayscale: #8F8F8F. Windows color (decimal): -15156245 or 15448856. OLE color: 15448856.
HSL color Cylindrical-coordinate representation of color #18BBEB: hue angle of 193.65º 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 #18BBEB is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 187 | 235 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.08 |
| HSL | 193.65º | 0.84% | 0.51% | - |
| HSV(B) | 193.65º | 0.9% | 0.92% | - |
| XYZ | 33.14 | 41.73 | 84.91 | - |
| YUV | 143.74 | 179.5 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 235 | 0.90 | 0.20 | 0 | 0.08 | 193.65 | 0.84 | 0.51 |
| Hex | 18 | BB | EB | 5A | 14 | 0 | 8 | C2 | 54 | 33 |
| Octal | 30 | 273 | 353 | 132 | 24 | 0 | 10 | 302 | 124 | 63 |
| Binary | 11000 | 10111011 | 11101011 | 1011010 | 10100 | 0 | 1000 | 11000010 | 1010100 | 110011 |
Color Harmonies of #18BBEB
Complementary color
Monochromatic Colors of #18BBEB
Black with #18BBEB
Text Example
Text Example
White with #18BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBEB; }
p { color: rgb(24,187,235); }
H1.HeaderClassName
{
color: #18BBEB;
}
.AnyTagClassName
{
color: #18BBEB;
}
</style>
background-color css
<style>
a { background-color: #18BBEB; }
a { background-color: rgb(24,187,235); }
div.DivClassName
{
background-color: #18BBEB;
}
.BgClassName
{
background-color: #18BBEB;
}
</style>
border-color css
<style>
span { border-color: #18BBEB; }
span { border-color: rgb(24,187,235); }
td.TdClassName
{
border-color: #18BBEB;
}
.TagClassName
{
border-color: #18BBEB;
}
</style>