Shades of Aqua #31EFFF
Tints of Aqua #31EFFF
RGB
CMYK
RGB Variations
Color information
#31EFFF (or 0x31EFFF) is known color: Aqua. HEX triplet: 31, EF and FF. RGB value is (49,239,255). Sum of RGB (Red+Green+Blue) = 49+239+255=543 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.02% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #31EFFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EFFF is #CE1000. Grayscale: #B7B7B7. Windows color (decimal): -13504513 or 16772913. OLE color: 16772913.
HSL color Cylindrical-coordinate representation of color #31EFFF: hue angle of 184.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31EFFF is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 239 | 255 | - |
| CMYK | 0.81 | 0.06 | 0 | 0 |
| HSL | 184.66º | 1% | 0.6% | - |
| HSV(B) | 184.66º | 0.81% | 1% | - |
| XYZ | 50.18 | 69.61 | 105.4 | - |
| YUV | 184.01 | 168.05 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 239 | 255 | 0.81 | 0.06 | 0 | 0 | 184.66 | 1 | 0.6 |
| Hex | 31 | EF | FF | 51 | 6 | 0 | 0 | B9 | 64 | 3C |
| Octal | 61 | 357 | 377 | 121 | 6 | 0 | 0 | 271 | 144 | 74 |
| Binary | 110001 | 11101111 | 11111111 | 1010001 | 110 | 0 | 0 | 10111001 | 1100100 | 111100 |
Color Harmonies of #31EFFF
Complementary color
Monochromatic Colors of #31EFFF
Black with #31EFFF
Text Example
Text Example
White with #31EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EFFF; }
p { color: rgb(49,239,255); }
H1.HeaderClassName
{
color: #31EFFF;
}
.AnyTagClassName
{
color: #31EFFF;
}
</style>
background-color css
<style>
a { background-color: #31EFFF; }
a { background-color: rgb(49,239,255); }
div.DivClassName
{
background-color: #31EFFF;
}
.BgClassName
{
background-color: #31EFFF;
}
</style>
border-color css
<style>
span { border-color: #31EFFF; }
span { border-color: rgb(49,239,255); }
td.TdClassName
{
border-color: #31EFFF;
}
.TagClassName
{
border-color: #31EFFF;
}
</style>