Shades of Deep Sky Blue #18BAEB
Tints of Deep Sky Blue #18BAEB
RGB
CMYK
RGB Variations
Color information
#18BAEB (or 0x18BAEB) is known color: Deep Sky Blue. HEX triplet: 18, BA and EB. RGB value is (24,186,235). Sum of RGB (Red+Green+Blue) = 24+186+235=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #18BAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAEB is #E74514. Grayscale: #8E8E8E. Windows color (decimal): -15156501 or 15448600. OLE color: 15448600.
HSL color Cylindrical-coordinate representation of color #18BAEB: hue angle of 193.93º 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 #18BAEB is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 186 | 235 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.08 |
| HSL | 193.93º | 0.84% | 0.51% | - |
| HSV(B) | 193.93º | 0.9% | 0.92% | - |
| XYZ | 32.93 | 41.31 | 84.84 | - |
| YUV | 143.15 | 179.83 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 235 | 0.90 | 0.21 | 0 | 0.08 | 193.93 | 0.84 | 0.51 |
| Hex | 18 | BA | EB | 5A | 15 | 0 | 8 | C2 | 54 | 33 |
| Octal | 30 | 272 | 353 | 132 | 25 | 0 | 10 | 302 | 124 | 63 |
| Binary | 11000 | 10111010 | 11101011 | 1011010 | 10101 | 0 | 1000 | 11000010 | 1010100 | 110011 |
Color Harmonies of #18BAEB
Complementary color
Monochromatic Colors of #18BAEB
Black with #18BAEB
Text Example
Text Example
White with #18BAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BAEB; }
p { color: rgb(24,186,235); }
H1.HeaderClassName
{
color: #18BAEB;
}
.AnyTagClassName
{
color: #18BAEB;
}
</style>
background-color css
<style>
a { background-color: #18BAEB; }
a { background-color: rgb(24,186,235); }
div.DivClassName
{
background-color: #18BAEB;
}
.BgClassName
{
background-color: #18BAEB;
}
</style>
border-color css
<style>
span { border-color: #18BAEB; }
span { border-color: rgb(24,186,235); }
td.TdClassName
{
border-color: #18BAEB;
}
.TagClassName
{
border-color: #18BAEB;
}
</style>