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