Shades of Aqua #31F0FF
Tints of Aqua #31F0FF
RGB
CMYK
RGB Variations
Color information
#31F0FF (or 0x31F0FF) is known color: Aqua. HEX triplet: 31, F0 and FF. RGB value is (49,240,255). Sum of RGB (Red+Green+Blue) = 49+240+255=544 (72% of max value = 765). Red value is 49 (19.53% from 255 or 9.01% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #31F0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F0FF is #CE0F00. Grayscale: #B8B8B8. Windows color (decimal): -13504257 or 16773169. OLE color: 16773169.
HSL color Cylindrical-coordinate representation of color #31F0FF: hue angle of 184.37º 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 #31F0FF is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 240 | 255 | - |
| CMYK | 0.81 | 0.06 | 0 | 0 |
| HSL | 184.37º | 1% | 0.6% | - |
| HSV(B) | 184.37º | 0.81% | 1% | - |
| XYZ | 50.48 | 70.19 | 105.5 | - |
| YUV | 184.6 | 167.72 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 255 | 0.81 | 0.06 | 0 | 0 | 184.37 | 1 | 0.6 |
| Hex | 31 | F0 | FF | 51 | 6 | 0 | 0 | B8 | 64 | 3C |
| Octal | 61 | 360 | 377 | 121 | 6 | 0 | 0 | 270 | 144 | 74 |
| Binary | 110001 | 11110000 | 11111111 | 1010001 | 110 | 0 | 0 | 10111000 | 1100100 | 111100 |
Color Harmonies of #31F0FF
Complementary color
Monochromatic Colors of #31F0FF
Black with #31F0FF
Text Example
Text Example
White with #31F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F0FF; }
p { color: rgb(49,240,255); }
H1.HeaderClassName
{
color: #31F0FF;
}
.AnyTagClassName
{
color: #31F0FF;
}
</style>
background-color css
<style>
a { background-color: #31F0FF; }
a { background-color: rgb(49,240,255); }
div.DivClassName
{
background-color: #31F0FF;
}
.BgClassName
{
background-color: #31F0FF;
}
</style>
border-color css
<style>
span { border-color: #31F0FF; }
span { border-color: rgb(49,240,255); }
td.TdClassName
{
border-color: #31F0FF;
}
.TagClassName
{
border-color: #31F0FF;
}
</style>