Shades of Aqua #1EF9FF
Tints of Aqua #1EF9FF
RGB
CMYK
RGB Variations
Color information
#1EF9FF (or 0x1EF9FF) is known color: Aqua. HEX triplet: 1E, F9 and FF. RGB value is (30,249,255). Sum of RGB (Red+Green+Blue) = 30+249+255=534 (70% of max value = 765). Red value is 30 (12.11% from 255 or 5.62% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EF9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EF9FF is #E10600. Grayscale: #B7B7B7. Windows color (decimal): -14747137 or 16775454. OLE color: 16775454.
HSL color Cylindrical-coordinate representation of color #1EF9FF: hue angle of 181.6º 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 #1EF9FF is Cyan = 0.88, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 249 | 255 | - |
| CMYK | 0.88 | 0.02 | 0 | 0 |
| HSL | 181.6º | 1% | 0.56% | - |
| HSV(B) | 181.6º | 0.88% | 1% | - |
| XYZ | 52.46 | 75.25 | 106.37 | - |
| YUV | 184.2 | 167.95 | 18.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 249 | 255 | 0.88 | 0.02 | 0 | 0 | 181.6 | 1 | 0.56 |
| Hex | 1E | F9 | FF | 58 | 2 | 0 | 0 | B6 | 64 | 38 |
| Octal | 36 | 371 | 377 | 130 | 2 | 0 | 0 | 266 | 144 | 70 |
| Binary | 11110 | 11111001 | 11111111 | 1011000 | 10 | 0 | 0 | 10110110 | 1100100 | 111000 |
Color Harmonies of #1EF9FF
Complementary color
Monochromatic Colors of #1EF9FF
Black with #1EF9FF
Text Example
Text Example
White with #1EF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF9FF; }
p { color: rgb(30,249,255); }
H1.HeaderClassName
{
color: #1EF9FF;
}
.AnyTagClassName
{
color: #1EF9FF;
}
</style>
background-color css
<style>
a { background-color: #1EF9FF; }
a { background-color: rgb(30,249,255); }
div.DivClassName
{
background-color: #1EF9FF;
}
.BgClassName
{
background-color: #1EF9FF;
}
</style>
border-color css
<style>
span { border-color: #1EF9FF; }
span { border-color: rgb(30,249,255); }
td.TdClassName
{
border-color: #1EF9FF;
}
.TagClassName
{
border-color: #1EF9FF;
}
</style>