Shades of Aqua #1EF1FF
Tints of Aqua #1EF1FF
RGB
CMYK
RGB Variations
Color information
#1EF1FF (or 0x1EF1FF) is known color: Aqua. HEX triplet: 1E, F1 and FF. RGB value is (30,241,255). Sum of RGB (Red+Green+Blue) = 30+241+255=526 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.70% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EF1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF1FF is #E10E00. Grayscale: #B3B3B3. Windows color (decimal): -14749185 or 16773406. OLE color: 16773406.
HSL color Cylindrical-coordinate representation of color #1EF1FF: hue angle of 183.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF1FF is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 241 | 255 | - |
| CMYK | 0.88 | 0.05 | 0 | 0 |
| HSL | 183.73º | 1% | 0.56% | - |
| HSV(B) | 183.73º | 0.88% | 1% | - |
| XYZ | 50.04 | 70.41 | 105.56 | - |
| YUV | 179.51 | 170.6 | 21.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 255 | 0.88 | 0.05 | 0 | 0 | 183.73 | 1 | 0.56 |
| Hex | 1E | F1 | FF | 58 | 5 | 0 | 0 | B8 | 64 | 38 |
| Octal | 36 | 361 | 377 | 130 | 5 | 0 | 0 | 270 | 144 | 70 |
| Binary | 11110 | 11110001 | 11111111 | 1011000 | 101 | 0 | 0 | 10111000 | 1100100 | 111000 |
Color Harmonies of #1EF1FF
Complementary color
Monochromatic Colors of #1EF1FF
Black with #1EF1FF
Text Example
Text Example
White with #1EF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF1FF; }
p { color: rgb(30,241,255); }
H1.HeaderClassName
{
color: #1EF1FF;
}
.AnyTagClassName
{
color: #1EF1FF;
}
</style>
background-color css
<style>
a { background-color: #1EF1FF; }
a { background-color: rgb(30,241,255); }
div.DivClassName
{
background-color: #1EF1FF;
}
.BgClassName
{
background-color: #1EF1FF;
}
</style>
border-color css
<style>
span { border-color: #1EF1FF; }
span { border-color: rgb(30,241,255); }
td.TdClassName
{
border-color: #1EF1FF;
}
.TagClassName
{
border-color: #1EF1FF;
}
</style>