Shades of Aqua #1EEEFE
Tints of Aqua #1EEEFE
RGB
CMYK
RGB Variations
Color information
#1EEEFE (or 0x1EEEFE) is known color: Aqua. HEX triplet: 1E, EE and FE. RGB value is (30,238,254). Sum of RGB (Red+Green+Blue) = 30+238+254=522 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.75% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EEEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEEFE is #E11101. Grayscale: #B1B1B1. Windows color (decimal): -14749954 or 16707102. OLE color: 16707102.
HSL color Cylindrical-coordinate representation of color #1EEEFE: hue angle of 184.29º 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 #1EEEFE is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 238 | 254 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.00 |
| HSL | 184.29º | 0.99% | 0.56% | - |
| HSV(B) | 184.29º | 0.88% | 1% | - |
| XYZ | 49 | 68.58 | 104.42 | - |
| YUV | 177.63 | 171.09 | 22.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 254 | 0.88 | 0.06 | 0 | 0.00 | 184.29 | 0.99 | 0.56 |
| Hex | 1E | EE | FE | 58 | 6 | 0 | 0 | B8 | 63 | 38 |
| Octal | 36 | 356 | 376 | 130 | 6 | 0 | 0 | 270 | 143 | 70 |
| Binary | 11110 | 11101110 | 11111110 | 1011000 | 110 | 0 | 0 | 10111000 | 1100011 | 111000 |
Color Harmonies of #1EEEFE
Complementary color
Monochromatic Colors of #1EEEFE
Black with #1EEEFE
Text Example
Text Example
White with #1EEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEEFE; }
p { color: rgb(30,238,254); }
H1.HeaderClassName
{
color: #1EEEFE;
}
.AnyTagClassName
{
color: #1EEEFE;
}
</style>
background-color css
<style>
a { background-color: #1EEEFE; }
a { background-color: rgb(30,238,254); }
div.DivClassName
{
background-color: #1EEEFE;
}
.BgClassName
{
background-color: #1EEEFE;
}
</style>
border-color css
<style>
span { border-color: #1EEEFE; }
span { border-color: rgb(30,238,254); }
td.TdClassName
{
border-color: #1EEEFE;
}
.TagClassName
{
border-color: #1EEEFE;
}
</style>