Shades of Aqua #18E4FF
Tints of Aqua #18E4FF
RGB
CMYK
RGB Variations
Color information
#18E4FF (or 0x18E4FF) is known color: Aqua. HEX triplet: 18, E4 and FF. RGB value is (24,228,255). Sum of RGB (Red+Green+Blue) = 24+228+255=507 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.73% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #18E4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E4FF is #E71B00. Grayscale: #A9A9A9. Windows color (decimal): -15145729 or 16770072. OLE color: 16770072.
HSL color Cylindrical-coordinate representation of color #18E4FF: hue angle of 187.01º 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 #18E4FF is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 228 | 255 | - |
| CMYK | 0.91 | 0.11 | 0 | 0 |
| HSL | 187.01º | 1% | 0.55% | - |
| HSV(B) | 187.01º | 0.91% | 1% | - |
| XYZ | 46.17 | 62.9 | 104.32 | - |
| YUV | 170.08 | 175.91 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 228 | 255 | 0.91 | 0.11 | 0 | 0 | 187.01 | 1 | 0.55 |
| Hex | 18 | E4 | FF | 5B | B | 0 | 0 | BB | 64 | 37 |
| Octal | 30 | 344 | 377 | 133 | 13 | 0 | 0 | 273 | 144 | 67 |
| Binary | 11000 | 11100100 | 11111111 | 1011011 | 1011 | 0 | 0 | 10111011 | 1100100 | 110111 |
Color Harmonies of #18E4FF
Complementary color
Monochromatic Colors of #18E4FF
Black with #18E4FF
Text Example
Text Example
White with #18E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E4FF; }
p { color: rgb(24,228,255); }
H1.HeaderClassName
{
color: #18E4FF;
}
.AnyTagClassName
{
color: #18E4FF;
}
</style>
background-color css
<style>
a { background-color: #18E4FF; }
a { background-color: rgb(24,228,255); }
div.DivClassName
{
background-color: #18E4FF;
}
.BgClassName
{
background-color: #18E4FF;
}
</style>
border-color css
<style>
span { border-color: #18E4FF; }
span { border-color: rgb(24,228,255); }
td.TdClassName
{
border-color: #18E4FF;
}
.TagClassName
{
border-color: #18E4FF;
}
</style>