Shades of Deep Sky Blue #18BAEF
Tints of Deep Sky Blue #18BAEF
RGB
CMYK
RGB Variations
Color information
#18BAEF (or 0x18BAEF) is known color: Deep Sky Blue. HEX triplet: 18, BA and EF. RGB value is (24,186,239). Sum of RGB (Red+Green+Blue) = 24+186+239=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #18BAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAEF is #E74510. Grayscale: #8F8F8F. Windows color (decimal): -15156497 or 15710744. OLE color: 15710744.
HSL color Cylindrical-coordinate representation of color #18BAEF: hue angle of 194.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BAEF is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 186 | 239 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.06 |
| HSL | 194.79º | 0.87% | 0.52% | - |
| HSV(B) | 194.79º | 0.9% | 0.94% | - |
| XYZ | 33.52 | 41.54 | 87.91 | - |
| YUV | 143.6 | 181.83 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 239 | 0.90 | 0.22 | 0 | 0.06 | 194.79 | 0.87 | 0.52 |
| Hex | 18 | BA | EF | 5A | 16 | 0 | 6 | C3 | 57 | 34 |
| Octal | 30 | 272 | 357 | 132 | 26 | 0 | 6 | 303 | 127 | 64 |
| Binary | 11000 | 10111010 | 11101111 | 1011010 | 10110 | 0 | 110 | 11000011 | 1010111 | 110100 |
Color Harmonies of #18BAEF
Complementary color
Monochromatic Colors of #18BAEF
Black with #18BAEF
Text Example
Text Example
White with #18BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BAEF; }
p { color: rgb(24,186,239); }
H1.HeaderClassName
{
color: #18BAEF;
}
.AnyTagClassName
{
color: #18BAEF;
}
</style>
background-color css
<style>
a { background-color: #18BAEF; }
a { background-color: rgb(24,186,239); }
div.DivClassName
{
background-color: #18BAEF;
}
.BgClassName
{
background-color: #18BAEF;
}
</style>
border-color css
<style>
span { border-color: #18BAEF; }
span { border-color: rgb(24,186,239); }
td.TdClassName
{
border-color: #18BAEF;
}
.TagClassName
{
border-color: #18BAEF;
}
</style>