Shades of Deep Sky Blue #18BBEC
Tints of Deep Sky Blue #18BBEC
RGB
CMYK
RGB Variations
Color information
#18BBEC (or 0x18BBEC) is known color: Deep Sky Blue. HEX triplet: 18, BB and EC. RGB value is (24,187,236). Sum of RGB (Red+Green+Blue) = 24+187+236=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #18BBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBEC is #E74413. Grayscale: #8F8F8F. Windows color (decimal): -15156244 or 15514392. OLE color: 15514392.
HSL color Cylindrical-coordinate representation of color #18BBEC: hue angle of 193.87º degrees, saturation: 0.85, 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 #18BBEC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 187 | 236 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.07 |
| HSL | 193.87º | 0.85% | 0.51% | - |
| HSV(B) | 193.87º | 0.9% | 0.93% | - |
| XYZ | 33.29 | 41.79 | 85.67 | - |
| YUV | 143.85 | 180 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 236 | 0.90 | 0.21 | 0 | 0.07 | 193.87 | 0.85 | 0.51 |
| Hex | 18 | BB | EC | 5A | 15 | 0 | 7 | C2 | 55 | 33 |
| Octal | 30 | 273 | 354 | 132 | 25 | 0 | 7 | 302 | 125 | 63 |
| Binary | 11000 | 10111011 | 11101100 | 1011010 | 10101 | 0 | 111 | 11000010 | 1010101 | 110011 |
Color Harmonies of #18BBEC
Complementary color
Monochromatic Colors of #18BBEC
Black with #18BBEC
Text Example
Text Example
White with #18BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BBEC; }
p { color: rgb(24,187,236); }
H1.HeaderClassName
{
color: #18BBEC;
}
.AnyTagClassName
{
color: #18BBEC;
}
</style>
background-color css
<style>
a { background-color: #18BBEC; }
a { background-color: rgb(24,187,236); }
div.DivClassName
{
background-color: #18BBEC;
}
.BgClassName
{
background-color: #18BBEC;
}
</style>
border-color css
<style>
span { border-color: #18BBEC; }
span { border-color: rgb(24,187,236); }
td.TdClassName
{
border-color: #18BBEC;
}
.TagClassName
{
border-color: #18BBEC;
}
</style>