Shades of Aqua #1EF4FF
Tints of Aqua #1EF4FF
RGB
CMYK
RGB Variations
Color information
#1EF4FF (or 0x1EF4FF) is known color: Aqua. HEX triplet: 1E, F4 and FF. RGB value is (30,244,255). Sum of RGB (Red+Green+Blue) = 30+244+255=529 (70% of max value = 765). Red value is 30 (12.11% from 255 or 5.67% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EF4FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF4FF is #E10B00. Grayscale: #B5B5B5. Windows color (decimal): -14748417 or 16774174. OLE color: 16774174.
HSL color Cylindrical-coordinate representation of color #1EF4FF: hue angle of 182.93º 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 #1EF4FF is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 244 | 255 | - |
| CMYK | 0.88 | 0.04 | 0 | 0 |
| HSL | 182.93º | 1% | 0.56% | - |
| HSV(B) | 182.93º | 0.88% | 1% | - |
| XYZ | 50.94 | 72.2 | 105.86 | - |
| YUV | 181.27 | 169.6 | 20.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 244 | 255 | 0.88 | 0.04 | 0 | 0 | 182.93 | 1 | 0.56 |
| Hex | 1E | F4 | FF | 58 | 4 | 0 | 0 | B7 | 64 | 38 |
| Octal | 36 | 364 | 377 | 130 | 4 | 0 | 0 | 267 | 144 | 70 |
| Binary | 11110 | 11110100 | 11111111 | 1011000 | 100 | 0 | 0 | 10110111 | 1100100 | 111000 |
Color Harmonies of #1EF4FF
Complementary color
Monochromatic Colors of #1EF4FF
Black with #1EF4FF
Text Example
Text Example
White with #1EF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF4FF; }
p { color: rgb(30,244,255); }
H1.HeaderClassName
{
color: #1EF4FF;
}
.AnyTagClassName
{
color: #1EF4FF;
}
</style>
background-color css
<style>
a { background-color: #1EF4FF; }
a { background-color: rgb(30,244,255); }
div.DivClassName
{
background-color: #1EF4FF;
}
.BgClassName
{
background-color: #1EF4FF;
}
</style>
border-color css
<style>
span { border-color: #1EF4FF; }
span { border-color: rgb(30,244,255); }
td.TdClassName
{
border-color: #1EF4FF;
}
.TagClassName
{
border-color: #1EF4FF;
}
</style>