Shades of Aqua #31ECFF
Tints of Aqua #31ECFF
RGB
CMYK
RGB Variations
Color information
#31ECFF (or 0x31ECFF) is known color: Aqua. HEX triplet: 31, EC and FF. RGB value is (49,236,255). Sum of RGB (Red+Green+Blue) = 49+236+255=540 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.07% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #31ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31ECFF is #CE1300. Grayscale: #B5B5B5. Windows color (decimal): -13505281 or 16772145. OLE color: 16772145.
HSL color Cylindrical-coordinate representation of color #31ECFF: hue angle of 185.53º 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 #31ECFF is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 236 | 255 | - |
| CMYK | 0.81 | 0.07 | 0 | 0 |
| HSL | 185.53º | 1% | 0.6% | - |
| HSV(B) | 185.53º | 0.81% | 1% | - |
| XYZ | 49.31 | 67.86 | 105.11 | - |
| YUV | 182.25 | 169.05 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 255 | 0.81 | 0.07 | 0 | 0 | 185.53 | 1 | 0.6 |
| Hex | 31 | EC | FF | 51 | 7 | 0 | 0 | BA | 64 | 3C |
| Octal | 61 | 354 | 377 | 121 | 7 | 0 | 0 | 272 | 144 | 74 |
| Binary | 110001 | 11101100 | 11111111 | 1010001 | 111 | 0 | 0 | 10111010 | 1100100 | 111100 |
Color Harmonies of #31ECFF
Complementary color
Monochromatic Colors of #31ECFF
Black with #31ECFF
Text Example
Text Example
White with #31ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ECFF; }
p { color: rgb(49,236,255); }
H1.HeaderClassName
{
color: #31ECFF;
}
.AnyTagClassName
{
color: #31ECFF;
}
</style>
background-color css
<style>
a { background-color: #31ECFF; }
a { background-color: rgb(49,236,255); }
div.DivClassName
{
background-color: #31ECFF;
}
.BgClassName
{
background-color: #31ECFF;
}
</style>
border-color css
<style>
span { border-color: #31ECFF; }
span { border-color: rgb(49,236,255); }
td.TdClassName
{
border-color: #31ECFF;
}
.TagClassName
{
border-color: #31ECFF;
}
</style>