Shades of Aqua #1EF2F9
Tints of Aqua #1EF2F9
RGB
CMYK
RGB Variations
Color information
#1EF2F9 (or 0x1EF2F9) is known color: Aqua. HEX triplet: 1E, F2 and F9. RGB value is (30,242,249). Sum of RGB (Red+Green+Blue) = 30+242+249=521 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.76% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #1EF2F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF2F9 is #E10D06. Grayscale: #B3B3B3. Windows color (decimal): -14748935 or 16380446. OLE color: 16380446.
HSL color Cylindrical-coordinate representation of color #1EF2F9: hue angle of 181.92º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF2F9 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 242 | 249 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.02 |
| HSL | 181.92º | 0.95% | 0.55% | - |
| HSV(B) | 181.92º | 0.88% | 0.98% | - |
| XYZ | 49.39 | 70.62 | 100.65 | - |
| YUV | 179.41 | 167.26 | 21.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 249 | 0.88 | 0.03 | 0 | 0.02 | 181.92 | 0.95 | 0.55 |
| Hex | 1E | F2 | F9 | 58 | 3 | 0 | 2 | B6 | 5F | 37 |
| Octal | 36 | 362 | 371 | 130 | 3 | 0 | 2 | 266 | 137 | 67 |
| Binary | 11110 | 11110010 | 11111001 | 1011000 | 11 | 0 | 10 | 10110110 | 1011111 | 110111 |
Color Harmonies of #1EF2F9
Complementary color
Monochromatic Colors of #1EF2F9
Black with #1EF2F9
Text Example
Text Example
White with #1EF2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF2F9; }
p { color: rgb(30,242,249); }
H1.HeaderClassName
{
color: #1EF2F9;
}
.AnyTagClassName
{
color: #1EF2F9;
}
</style>
background-color css
<style>
a { background-color: #1EF2F9; }
a { background-color: rgb(30,242,249); }
div.DivClassName
{
background-color: #1EF2F9;
}
.BgClassName
{
background-color: #1EF2F9;
}
</style>
border-color css
<style>
span { border-color: #1EF2F9; }
span { border-color: rgb(30,242,249); }
td.TdClassName
{
border-color: #1EF2F9;
}
.TagClassName
{
border-color: #1EF2F9;
}
</style>