Shades of Aqua #1EECFB
Tints of Aqua #1EECFB
RGB
CMYK
RGB Variations
Color information
#1EECFB (or 0x1EECFB) is known color: Aqua. HEX triplet: 1E, EC and FB. RGB value is (30,236,251). Sum of RGB (Red+Green+Blue) = 30+236+251=517 (68% of max value = 765). Red value is 30 (12.11% from 255 or 5.80% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #1EECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EECFB is #E11304. Grayscale: #AFAFAF. Windows color (decimal): -14750469 or 16509982. OLE color: 16509982.
HSL color Cylindrical-coordinate representation of color #1EECFB: hue angle of 184.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EECFB is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 236 | 251 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.02 |
| HSL | 184.07º | 0.97% | 0.55% | - |
| HSV(B) | 184.07º | 0.88% | 0.98% | - |
| XYZ | 47.94 | 67.23 | 101.72 | - |
| YUV | 176.12 | 170.25 | 23.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 236 | 251 | 0.88 | 0.06 | 0 | 0.02 | 184.07 | 0.97 | 0.55 |
| Hex | 1E | EC | FB | 58 | 6 | 0 | 2 | B8 | 61 | 37 |
| Octal | 36 | 354 | 373 | 130 | 6 | 0 | 2 | 270 | 141 | 67 |
| Binary | 11110 | 11101100 | 11111011 | 1011000 | 110 | 0 | 10 | 10111000 | 1100001 | 110111 |
Color Harmonies of #1EECFB
Complementary color
Monochromatic Colors of #1EECFB
Black with #1EECFB
Text Example
Text Example
White with #1EECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EECFB; }
p { color: rgb(30,236,251); }
H1.HeaderClassName
{
color: #1EECFB;
}
.AnyTagClassName
{
color: #1EECFB;
}
</style>
background-color css
<style>
a { background-color: #1EECFB; }
a { background-color: rgb(30,236,251); }
div.DivClassName
{
background-color: #1EECFB;
}
.BgClassName
{
background-color: #1EECFB;
}
</style>
border-color css
<style>
span { border-color: #1EECFB; }
span { border-color: rgb(30,236,251); }
td.TdClassName
{
border-color: #1EECFB;
}
.TagClassName
{
border-color: #1EECFB;
}
</style>