Shades of Aqua #1EF1FC
Tints of Aqua #1EF1FC
RGB
CMYK
RGB Variations
Color information
#1EF1FC (or 0x1EF1FC) is known color: Aqua. HEX triplet: 1E, F1 and FC. RGB value is (30,241,252). Sum of RGB (Red+Green+Blue) = 30+241+252=523 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.74% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EF1FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF1FC is #E10E03. Grayscale: #B2B2B2. Windows color (decimal): -14749188 or 16576798. OLE color: 16576798.
HSL color Cylindrical-coordinate representation of color #1EF1FC: hue angle of 182.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF1FC is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 241 | 252 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.01 |
| HSL | 182.97º | 0.97% | 0.55% | - |
| HSV(B) | 182.97º | 0.88% | 0.99% | - |
| XYZ | 49.56 | 70.21 | 103.04 | - |
| YUV | 179.17 | 169.1 | 21.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 241 | 252 | 0.88 | 0.04 | 0 | 0.01 | 182.97 | 0.97 | 0.55 |
| Hex | 1E | F1 | FC | 58 | 4 | 0 | 1 | B7 | 61 | 37 |
| Octal | 36 | 361 | 374 | 130 | 4 | 0 | 1 | 267 | 141 | 67 |
| Binary | 11110 | 11110001 | 11111100 | 1011000 | 100 | 0 | 1 | 10110111 | 1100001 | 110111 |
Color Harmonies of #1EF1FC
Complementary color
Monochromatic Colors of #1EF1FC
Black with #1EF1FC
Text Example
Text Example
White with #1EF1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF1FC; }
p { color: rgb(30,241,252); }
H1.HeaderClassName
{
color: #1EF1FC;
}
.AnyTagClassName
{
color: #1EF1FC;
}
</style>
background-color css
<style>
a { background-color: #1EF1FC; }
a { background-color: rgb(30,241,252); }
div.DivClassName
{
background-color: #1EF1FC;
}
.BgClassName
{
background-color: #1EF1FC;
}
</style>
border-color css
<style>
span { border-color: #1EF1FC; }
span { border-color: rgb(30,241,252); }
td.TdClassName
{
border-color: #1EF1FC;
}
.TagClassName
{
border-color: #1EF1FC;
}
</style>