Shades of Aqua #18E7FF
Tints of Aqua #18E7FF
RGB
CMYK
RGB Variations
Color information
#18E7FF (or 0x18E7FF) is known color: Aqua. HEX triplet: 18, E7 and FF. RGB value is (24,231,255). Sum of RGB (Red+Green+Blue) = 24+231+255=510 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.71% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #18E7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18E7FF is #E71800. Grayscale: #ABABAB. Windows color (decimal): -15144961 or 16770840. OLE color: 16770840.
HSL color Cylindrical-coordinate representation of color #18E7FF: hue angle of 186.23º 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 #18E7FF is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 231 | 255 | - |
| CMYK | 0.91 | 0.09 | 0 | 0 |
| HSL | 186.23º | 1% | 0.55% | - |
| HSV(B) | 186.23º | 0.91% | 1% | - |
| XYZ | 47 | 64.57 | 104.59 | - |
| YUV | 171.84 | 174.92 | 22.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 231 | 255 | 0.91 | 0.09 | 0 | 0 | 186.23 | 1 | 0.55 |
| Hex | 18 | E7 | FF | 5B | 9 | 0 | 0 | BA | 64 | 37 |
| Octal | 30 | 347 | 377 | 133 | 11 | 0 | 0 | 272 | 144 | 67 |
| Binary | 11000 | 11100111 | 11111111 | 1011011 | 1001 | 0 | 0 | 10111010 | 1100100 | 110111 |
Color Harmonies of #18E7FF
Complementary color
Monochromatic Colors of #18E7FF
Black with #18E7FF
Text Example
Text Example
White with #18E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E7FF; }
p { color: rgb(24,231,255); }
H1.HeaderClassName
{
color: #18E7FF;
}
.AnyTagClassName
{
color: #18E7FF;
}
</style>
background-color css
<style>
a { background-color: #18E7FF; }
a { background-color: rgb(24,231,255); }
div.DivClassName
{
background-color: #18E7FF;
}
.BgClassName
{
background-color: #18E7FF;
}
</style>
border-color css
<style>
span { border-color: #18E7FF; }
span { border-color: rgb(24,231,255); }
td.TdClassName
{
border-color: #18E7FF;
}
.TagClassName
{
border-color: #18E7FF;
}
</style>