Shades of Aqua #18ECFF
Tints of Aqua #18ECFF
RGB
CMYK
RGB Variations
Color information
#18ECFF (or 0x18ECFF) is known color: Aqua. HEX triplet: 18, EC and FF. RGB value is (24,236,255). Sum of RGB (Red+Green+Blue) = 24+236+255=515 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.66% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #18ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18ECFF is #E71300. Grayscale: #AEAEAE. Windows color (decimal): -15143681 or 16772120. OLE color: 16772120.
HSL color Cylindrical-coordinate representation of color #18ECFF: hue angle of 184.94º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18ECFF is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 236 | 255 | - |
| CMYK | 0.91 | 0.07 | 0 | 0 |
| HSL | 184.94º | 1% | 0.55% | - |
| HSV(B) | 184.94º | 0.91% | 1% | - |
| XYZ | 48.42 | 67.41 | 105.07 | - |
| YUV | 174.78 | 173.26 | 20.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 236 | 255 | 0.91 | 0.07 | 0 | 0 | 184.94 | 1 | 0.55 |
| Hex | 18 | EC | FF | 5B | 7 | 0 | 0 | B9 | 64 | 37 |
| Octal | 30 | 354 | 377 | 133 | 7 | 0 | 0 | 271 | 144 | 67 |
| Binary | 11000 | 11101100 | 11111111 | 1011011 | 111 | 0 | 0 | 10111001 | 1100100 | 110111 |
Color Harmonies of #18ECFF
Complementary color
Monochromatic Colors of #18ECFF
Black with #18ECFF
Text Example
Text Example
White with #18ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18ECFF; }
p { color: rgb(24,236,255); }
H1.HeaderClassName
{
color: #18ECFF;
}
.AnyTagClassName
{
color: #18ECFF;
}
</style>
background-color css
<style>
a { background-color: #18ECFF; }
a { background-color: rgb(24,236,255); }
div.DivClassName
{
background-color: #18ECFF;
}
.BgClassName
{
background-color: #18ECFF;
}
</style>
border-color css
<style>
span { border-color: #18ECFF; }
span { border-color: rgb(24,236,255); }
td.TdClassName
{
border-color: #18ECFF;
}
.TagClassName
{
border-color: #18ECFF;
}
</style>