Shades of Aqua #31F5FF
Tints of Aqua #31F5FF
RGB
CMYK
RGB Variations
Color information
#31F5FF (or 0x31F5FF) is known color: Aqua. HEX triplet: 31, F5 and FF. RGB value is (49,245,255). Sum of RGB (Red+Green+Blue) = 49+245+255=549 (72% of max value = 765). Red value is 49 (19.53% from 255 or 8.93% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #31F5FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F5FF is #CE0A00. Grayscale: #BBBBBB. Windows color (decimal): -13502977 or 16774449. OLE color: 16774449.
HSL color Cylindrical-coordinate representation of color #31F5FF: hue angle of 182.91º 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 #31F5FF is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 245 | 255 | - |
| CMYK | 0.81 | 0.04 | 0 | 0 |
| HSL | 182.91º | 1% | 0.6% | - |
| HSV(B) | 182.91º | 0.81% | 1% | - |
| XYZ | 51.97 | 73.18 | 105.99 | - |
| YUV | 187.54 | 166.07 | 29.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 245 | 255 | 0.81 | 0.04 | 0 | 0 | 182.91 | 1 | 0.6 |
| Hex | 31 | F5 | FF | 51 | 4 | 0 | 0 | B7 | 64 | 3C |
| Octal | 61 | 365 | 377 | 121 | 4 | 0 | 0 | 267 | 144 | 74 |
| Binary | 110001 | 11110101 | 11111111 | 1010001 | 100 | 0 | 0 | 10110111 | 1100100 | 111100 |
Color Harmonies of #31F5FF
Complementary color
Monochromatic Colors of #31F5FF
Black with #31F5FF
Text Example
Text Example
White with #31F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F5FF; }
p { color: rgb(49,245,255); }
H1.HeaderClassName
{
color: #31F5FF;
}
.AnyTagClassName
{
color: #31F5FF;
}
</style>
background-color css
<style>
a { background-color: #31F5FF; }
a { background-color: rgb(49,245,255); }
div.DivClassName
{
background-color: #31F5FF;
}
.BgClassName
{
background-color: #31F5FF;
}
</style>
border-color css
<style>
span { border-color: #31F5FF; }
span { border-color: rgb(49,245,255); }
td.TdClassName
{
border-color: #31F5FF;
}
.TagClassName
{
border-color: #31F5FF;
}
</style>