Shades of Aqua #1EFCFF
Tints of Aqua #1EFCFF
RGB
CMYK
RGB Variations
Color information
#1EFCFF (or 0x1EFCFF) is known color: Aqua. HEX triplet: 1E, FC and FF. RGB value is (30,252,255). Sum of RGB (Red+Green+Blue) = 30+252+255=537 (71% of max value = 765). Red value is 30 (12.11% from 255 or 5.59% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EFCFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFCFF is #E10300. Grayscale: #B9B9B9. Windows color (decimal): -14746369 or 16776222. OLE color: 16776222.
HSL color Cylindrical-coordinate representation of color #1EFCFF: hue angle of 180.8º 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 #1EFCFF is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 252 | 255 | - |
| CMYK | 0.88 | 0.01 | 0 | 0 |
| HSL | 180.8º | 1% | 0.56% | - |
| HSV(B) | 180.8º | 0.88% | 1% | - |
| XYZ | 53.4 | 77.12 | 106.68 | - |
| YUV | 185.96 | 166.95 | 16.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 255 | 0.88 | 0.01 | 0 | 0 | 180.8 | 1 | 0.56 |
| Hex | 1E | FC | FF | 58 | 1 | 0 | 0 | B5 | 64 | 38 |
| Octal | 36 | 374 | 377 | 130 | 1 | 0 | 0 | 265 | 144 | 70 |
| Binary | 11110 | 11111100 | 11111111 | 1011000 | 1 | 0 | 0 | 10110101 | 1100100 | 111000 |
Color Harmonies of #1EFCFF
Complementary color
Monochromatic Colors of #1EFCFF
Black with #1EFCFF
Text Example
Text Example
White with #1EFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFCFF; }
p { color: rgb(30,252,255); }
H1.HeaderClassName
{
color: #1EFCFF;
}
.AnyTagClassName
{
color: #1EFCFF;
}
</style>
background-color css
<style>
a { background-color: #1EFCFF; }
a { background-color: rgb(30,252,255); }
div.DivClassName
{
background-color: #1EFCFF;
}
.BgClassName
{
background-color: #1EFCFF;
}
</style>
border-color css
<style>
span { border-color: #1EFCFF; }
span { border-color: rgb(30,252,255); }
td.TdClassName
{
border-color: #1EFCFF;
}
.TagClassName
{
border-color: #1EFCFF;
}
</style>