Shades of Aqua #1EE9FE
Tints of Aqua #1EE9FE
RGB
CMYK
RGB Variations
Color information
#1EE9FE (or 0x1EE9FE) is known color: Aqua. HEX triplet: 1E, E9 and FE. RGB value is (30,233,254). Sum of RGB (Red+Green+Blue) = 30+233+254=517 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.80% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EE9FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EE9FE is #E11601. Grayscale: #AEAEAE. Windows color (decimal): -14751234 or 16705822. OLE color: 16705822.
HSL color Cylindrical-coordinate representation of color #1EE9FE: hue angle of 185.62º 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 #1EE9FE is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 233 | 254 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.00 |
| HSL | 185.63º | 0.99% | 0.56% | - |
| HSV(B) | 185.63º | 0.88% | 1% | - |
| XYZ | 47.56 | 65.71 | 103.94 | - |
| YUV | 174.7 | 172.75 | 24.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 254 | 0.88 | 0.08 | 0 | 0.00 | 185.63 | 0.99 | 0.56 |
| Hex | 1E | E9 | FE | 58 | 8 | 0 | 0 | BA | 63 | 38 |
| Octal | 36 | 351 | 376 | 130 | 10 | 0 | 0 | 272 | 143 | 70 |
| Binary | 11110 | 11101001 | 11111110 | 1011000 | 1000 | 0 | 0 | 10111010 | 1100011 | 111000 |
Color Harmonies of #1EE9FE
Complementary color
Monochromatic Colors of #1EE9FE
Black with #1EE9FE
Text Example
Text Example
White with #1EE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE9FE; }
p { color: rgb(30,233,254); }
H1.HeaderClassName
{
color: #1EE9FE;
}
.AnyTagClassName
{
color: #1EE9FE;
}
</style>
background-color css
<style>
a { background-color: #1EE9FE; }
a { background-color: rgb(30,233,254); }
div.DivClassName
{
background-color: #1EE9FE;
}
.BgClassName
{
background-color: #1EE9FE;
}
</style>
border-color css
<style>
span { border-color: #1EE9FE; }
span { border-color: rgb(30,233,254); }
td.TdClassName
{
border-color: #1EE9FE;
}
.TagClassName
{
border-color: #1EE9FE;
}
</style>