Shades of Aqua #1EEEFF
Tints of Aqua #1EEEFF
RGB
CMYK
RGB Variations
Color information
#1EEEFF (or 0x1EEEFF) is known color: Aqua. HEX triplet: 1E, EE and FF. RGB value is (30,238,255). Sum of RGB (Red+Green+Blue) = 30+238+255=523 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.74% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EEEFF is #E11100. Grayscale: #B1B1B1. Windows color (decimal): -14749953 or 16772638. OLE color: 16772638.
HSL color Cylindrical-coordinate representation of color #1EEEFF: hue angle of 184.53º 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 #1EEEFF is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 238 | 255 | - |
| CMYK | 0.88 | 0.07 | 0 | 0 |
| HSL | 184.53º | 1% | 0.56% | - |
| HSV(B) | 184.53º | 0.88% | 1% | - |
| XYZ | 49.16 | 68.65 | 105.27 | - |
| YUV | 177.75 | 171.59 | 22.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 255 | 0.88 | 0.07 | 0 | 0 | 184.53 | 1 | 0.56 |
| Hex | 1E | EE | FF | 58 | 7 | 0 | 0 | B9 | 64 | 38 |
| Octal | 36 | 356 | 377 | 130 | 7 | 0 | 0 | 271 | 144 | 70 |
| Binary | 11110 | 11101110 | 11111111 | 1011000 | 111 | 0 | 0 | 10111001 | 1100100 | 111000 |
Color Harmonies of #1EEEFF
Complementary color
Monochromatic Colors of #1EEEFF
Black with #1EEEFF
Text Example
Text Example
White with #1EEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEEFF; }
p { color: rgb(30,238,255); }
H1.HeaderClassName
{
color: #1EEEFF;
}
.AnyTagClassName
{
color: #1EEEFF;
}
</style>
background-color css
<style>
a { background-color: #1EEEFF; }
a { background-color: rgb(30,238,255); }
div.DivClassName
{
background-color: #1EEEFF;
}
.BgClassName
{
background-color: #1EEEFF;
}
</style>
border-color css
<style>
span { border-color: #1EEEFF; }
span { border-color: rgb(30,238,255); }
td.TdClassName
{
border-color: #1EEEFF;
}
.TagClassName
{
border-color: #1EEEFF;
}
</style>