Shades of Aqua #1EF7FE
Tints of Aqua #1EF7FE
RGB
CMYK
RGB Variations
Color information
#1EF7FE (or 0x1EF7FE) is known color: Aqua. HEX triplet: 1E, F7 and FE. RGB value is (30,247,254). Sum of RGB (Red+Green+Blue) = 30+247+254=531 (70% of max value = 765). Red value is 30 (12.11% from 255 or 5.65% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EF7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF7FE is #E10801. Grayscale: #B6B6B6. Windows color (decimal): -14747650 or 16709406. OLE color: 16709406.
HSL color Cylindrical-coordinate representation of color #1EF7FE: hue angle of 181.88º 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 #1EF7FE is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 247 | 254 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.00 |
| HSL | 181.88º | 0.99% | 0.56% | - |
| HSV(B) | 181.88º | 0.88% | 1% | - |
| XYZ | 51.69 | 73.95 | 105.32 | - |
| YUV | 182.92 | 168.11 | 18.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 247 | 254 | 0.88 | 0.03 | 0 | 0.00 | 181.88 | 0.99 | 0.56 |
| Hex | 1E | F7 | FE | 58 | 3 | 0 | 0 | B6 | 63 | 38 |
| Octal | 36 | 367 | 376 | 130 | 3 | 0 | 0 | 266 | 143 | 70 |
| Binary | 11110 | 11110111 | 11111110 | 1011000 | 11 | 0 | 0 | 10110110 | 1100011 | 111000 |
Color Harmonies of #1EF7FE
Complementary color
Monochromatic Colors of #1EF7FE
Black with #1EF7FE
Text Example
Text Example
White with #1EF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF7FE; }
p { color: rgb(30,247,254); }
H1.HeaderClassName
{
color: #1EF7FE;
}
.AnyTagClassName
{
color: #1EF7FE;
}
</style>
background-color css
<style>
a { background-color: #1EF7FE; }
a { background-color: rgb(30,247,254); }
div.DivClassName
{
background-color: #1EF7FE;
}
.BgClassName
{
background-color: #1EF7FE;
}
</style>
border-color css
<style>
span { border-color: #1EF7FE; }
span { border-color: rgb(30,247,254); }
td.TdClassName
{
border-color: #1EF7FE;
}
.TagClassName
{
border-color: #1EF7FE;
}
</style>