Shades of Deep Sky Blue #18BAEC
Tints of Deep Sky Blue #18BAEC
RGB
CMYK
RGB Variations
Color information
#18BAEC (or 0x18BAEC) is known color: Deep Sky Blue. HEX triplet: 18, BA and EC. RGB value is (24,186,236). Sum of RGB (Red+Green+Blue) = 24+186+236=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #18BAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAEC is #E74513. Grayscale: #8E8E8E. Windows color (decimal): -15156500 or 15514136. OLE color: 15514136.
HSL color Cylindrical-coordinate representation of color #18BAEC: hue angle of 194.15º 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 #18BAEC is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 186 | 236 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.07 |
| HSL | 194.15º | 0.85% | 0.51% | - |
| HSV(B) | 194.15º | 0.9% | 0.93% | - |
| XYZ | 33.08 | 41.37 | 85.6 | - |
| YUV | 143.26 | 180.33 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 236 | 0.90 | 0.21 | 0 | 0.07 | 194.15 | 0.85 | 0.51 |
| Hex | 18 | BA | EC | 5A | 15 | 0 | 7 | C2 | 55 | 33 |
| Octal | 30 | 272 | 354 | 132 | 25 | 0 | 7 | 302 | 125 | 63 |
| Binary | 11000 | 10111010 | 11101100 | 1011010 | 10101 | 0 | 111 | 11000010 | 1010101 | 110011 |
Color Harmonies of #18BAEC
Complementary color
Monochromatic Colors of #18BAEC
Black with #18BAEC
Text Example
Text Example
White with #18BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BAEC; }
p { color: rgb(24,186,236); }
H1.HeaderClassName
{
color: #18BAEC;
}
.AnyTagClassName
{
color: #18BAEC;
}
</style>
background-color css
<style>
a { background-color: #18BAEC; }
a { background-color: rgb(24,186,236); }
div.DivClassName
{
background-color: #18BAEC;
}
.BgClassName
{
background-color: #18BAEC;
}
</style>
border-color css
<style>
span { border-color: #18BAEC; }
span { border-color: rgb(24,186,236); }
td.TdClassName
{
border-color: #18BAEC;
}
.TagClassName
{
border-color: #18BAEC;
}
</style>