Shades of Aqua #1EEAFE
Tints of Aqua #1EEAFE
RGB
CMYK
RGB Variations
Color information
#1EEAFE (or 0x1EEAFE) is known color: Aqua. HEX triplet: 1E, EA and FE. RGB value is (30,234,254). Sum of RGB (Red+Green+Blue) = 30+234+254=518 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.79% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEAFE is #E11501. Grayscale: #AFAFAF. Windows color (decimal): -14750978 or 16706078. OLE color: 16706078.
HSL color Cylindrical-coordinate representation of color #1EEAFE: hue angle of 185.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EEAFE is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 234 | 254 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.00 |
| HSL | 185.36º | 0.99% | 0.56% | - |
| HSV(B) | 185.36º | 0.88% | 1% | - |
| XYZ | 47.85 | 66.28 | 104.04 | - |
| YUV | 175.28 | 172.41 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 234 | 254 | 0.88 | 0.08 | 0 | 0.00 | 185.36 | 0.99 | 0.56 |
| Hex | 1E | EA | FE | 58 | 8 | 0 | 0 | B9 | 63 | 38 |
| Octal | 36 | 352 | 376 | 130 | 10 | 0 | 0 | 271 | 143 | 70 |
| Binary | 11110 | 11101010 | 11111110 | 1011000 | 1000 | 0 | 0 | 10111001 | 1100011 | 111000 |
Color Harmonies of #1EEAFE
Complementary color
Monochromatic Colors of #1EEAFE
Black with #1EEAFE
Text Example
Text Example
White with #1EEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEAFE; }
p { color: rgb(30,234,254); }
H1.HeaderClassName
{
color: #1EEAFE;
}
.AnyTagClassName
{
color: #1EEAFE;
}
</style>
background-color css
<style>
a { background-color: #1EEAFE; }
a { background-color: rgb(30,234,254); }
div.DivClassName
{
background-color: #1EEAFE;
}
.BgClassName
{
background-color: #1EEAFE;
}
</style>
border-color css
<style>
span { border-color: #1EEAFE; }
span { border-color: rgb(30,234,254); }
td.TdClassName
{
border-color: #1EEAFE;
}
.TagClassName
{
border-color: #1EEAFE;
}
</style>