Shades of Aqua #1EFFFB
Tints of Aqua #1EFFFB
RGB
CMYK
RGB Variations
Color information
#1EFFFB (or 0x1EFFFB) is known color: Aqua. HEX triplet: 1E, FF and FB. RGB value is (30,255,251). Sum of RGB (Red+Green+Blue) = 30+255+251=536 (70% of max value = 765). Red value is 30 (12.11% from 255 or 5.60% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFFFB is #E10004. Grayscale: #BBBBBB. Windows color (decimal): -14745605 or 16514846. OLE color: 16514846.
HSL color Cylindrical-coordinate representation of color #1EFFFB: hue angle of 178.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 #1EFFFB is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 251 | - |
| CMYK | 0.88 | 0 | 0.02 | 0 |
| HSL | 178.93º | 1% | 0.56% | - |
| HSV(B) | 178.93º | 0.88% | 1% | - |
| XYZ | 53.71 | 78.76 | 103.64 | - |
| YUV | 187.27 | 163.96 | 15.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 251 | 0.88 | 0 | 0.02 | 0 | 178.93 | 1 | 0.56 |
| Hex | 1E | FF | FB | 58 | 0 | 2 | 0 | B3 | 64 | 38 |
| Octal | 36 | 377 | 373 | 130 | 0 | 2 | 0 | 263 | 144 | 70 |
| Binary | 11110 | 11111111 | 11111011 | 1011000 | 0 | 10 | 0 | 10110011 | 1100100 | 111000 |
Color Harmonies of #1EFFFB
Complementary color
Monochromatic Colors of #1EFFFB
Black with #1EFFFB
Text Example
Text Example
White with #1EFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFFFB; }
p { color: rgb(30,255,251); }
H1.HeaderClassName
{
color: #1EFFFB;
}
.AnyTagClassName
{
color: #1EFFFB;
}
</style>
background-color css
<style>
a { background-color: #1EFFFB; }
a { background-color: rgb(30,255,251); }
div.DivClassName
{
background-color: #1EFFFB;
}
.BgClassName
{
background-color: #1EFFFB;
}
</style>
border-color css
<style>
span { border-color: #1EFFFB; }
span { border-color: rgb(30,255,251); }
td.TdClassName
{
border-color: #1EFFFB;
}
.TagClassName
{
border-color: #1EFFFB;
}
</style>