Shades of Aqua #1EE5FE
Tints of Aqua #1EE5FE
RGB
CMYK
RGB Variations
Color information
#1EE5FE (or 0x1EE5FE) is known color: Aqua. HEX triplet: 1E, E5 and FE. RGB value is (30,229,254). Sum of RGB (Red+Green+Blue) = 30+229+254=513 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.85% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EE5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE5FE is #E11A01. Grayscale: #ACACAC. Windows color (decimal): -14752258 or 16704798. OLE color: 16704798.
HSL color Cylindrical-coordinate representation of color #1EE5FE: hue angle of 186.7º 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 #1EE5FE is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 229 | 254 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.00 |
| HSL | 186.7º | 0.99% | 0.56% | - |
| HSV(B) | 186.7º | 0.88% | 1% | - |
| XYZ | 46.44 | 63.47 | 103.57 | - |
| YUV | 172.35 | 174.07 | 26.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 229 | 254 | 0.88 | 0.10 | 0 | 0.00 | 186.7 | 0.99 | 0.56 |
| Hex | 1E | E5 | FE | 58 | A | 0 | 0 | BB | 63 | 38 |
| Octal | 36 | 345 | 376 | 130 | 12 | 0 | 0 | 273 | 143 | 70 |
| Binary | 11110 | 11100101 | 11111110 | 1011000 | 1010 | 0 | 0 | 10111011 | 1100011 | 111000 |
Color Harmonies of #1EE5FE
Complementary color
Monochromatic Colors of #1EE5FE
Black with #1EE5FE
Text Example
Text Example
White with #1EE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE5FE; }
p { color: rgb(30,229,254); }
H1.HeaderClassName
{
color: #1EE5FE;
}
.AnyTagClassName
{
color: #1EE5FE;
}
</style>
background-color css
<style>
a { background-color: #1EE5FE; }
a { background-color: rgb(30,229,254); }
div.DivClassName
{
background-color: #1EE5FE;
}
.BgClassName
{
background-color: #1EE5FE;
}
</style>
border-color css
<style>
span { border-color: #1EE5FE; }
span { border-color: rgb(30,229,254); }
td.TdClassName
{
border-color: #1EE5FE;
}
.TagClassName
{
border-color: #1EE5FE;
}
</style>