Shades of Aqua #1EE4FF
Tints of Aqua #1EE4FF
RGB
CMYK
RGB Variations
Color information
#1EE4FF (or 0x1EE4FF) is known color: Aqua. HEX triplet: 1E, E4 and FF. RGB value is (30,228,255). Sum of RGB (Red+Green+Blue) = 30+228+255=513 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.85% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EE4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EE4FF is #E11B00. Grayscale: #ABABAB. Windows color (decimal): -14752513 or 16770078. OLE color: 16770078.
HSL color Cylindrical-coordinate representation of color #1EE4FF: hue angle of 187.2º 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 #1EE4FF is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 228 | 255 | - |
| CMYK | 0.88 | 0.11 | 0 | 0 |
| HSL | 187.2º | 1% | 0.56% | - |
| HSV(B) | 187.2º | 0.88% | 1% | - |
| XYZ | 46.33 | 62.98 | 104.32 | - |
| YUV | 171.88 | 174.9 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 228 | 255 | 0.88 | 0.11 | 0 | 0 | 187.2 | 1 | 0.56 |
| Hex | 1E | E4 | FF | 58 | B | 0 | 0 | BB | 64 | 38 |
| Octal | 36 | 344 | 377 | 130 | 13 | 0 | 0 | 273 | 144 | 70 |
| Binary | 11110 | 11100100 | 11111111 | 1011000 | 1011 | 0 | 0 | 10111011 | 1100100 | 111000 |
Color Harmonies of #1EE4FF
Complementary color
Monochromatic Colors of #1EE4FF
Black with #1EE4FF
Text Example
Text Example
White with #1EE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE4FF; }
p { color: rgb(30,228,255); }
H1.HeaderClassName
{
color: #1EE4FF;
}
.AnyTagClassName
{
color: #1EE4FF;
}
</style>
background-color css
<style>
a { background-color: #1EE4FF; }
a { background-color: rgb(30,228,255); }
div.DivClassName
{
background-color: #1EE4FF;
}
.BgClassName
{
background-color: #1EE4FF;
}
</style>
border-color css
<style>
span { border-color: #1EE4FF; }
span { border-color: rgb(30,228,255); }
td.TdClassName
{
border-color: #1EE4FF;
}
.TagClassName
{
border-color: #1EE4FF;
}
</style>