Shades of Aqua #31F8FA
Tints of Aqua #31F8FA
RGB
CMYK
RGB Variations
Color information
#31F8FA (or 0x31F8FA) is known color: Aqua. HEX triplet: 31, F8 and FA. RGB value is (49,248,250). Sum of RGB (Red+Green+Blue) = 49+248+250=547 (72% of max value = 765). Red value is 49 (19.53% from 255 or 8.96% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #31F8FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F8FA is #CE0705. Grayscale: #BCBCBC. Windows color (decimal): -13502214 or 16447537. OLE color: 16447537.
HSL color Cylindrical-coordinate representation of color #31F8FA: hue angle of 180.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F8FA is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 248 | 250 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.02 |
| HSL | 180.6º | 0.95% | 0.59% | - |
| HSV(B) | 180.6º | 0.8% | 0.98% | - |
| XYZ | 52.09 | 74.69 | 102.11 | - |
| YUV | 188.73 | 162.57 | 28.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 250 | 0.80 | 0.01 | 0 | 0.02 | 180.6 | 0.95 | 0.59 |
| Hex | 31 | F8 | FA | 50 | 1 | 0 | 2 | B5 | 5F | 3B |
| Octal | 61 | 370 | 372 | 120 | 1 | 0 | 2 | 265 | 137 | 73 |
| Binary | 110001 | 11111000 | 11111010 | 1010000 | 1 | 0 | 10 | 10110101 | 1011111 | 111011 |
Color Harmonies of #31F8FA
Complementary color
Monochromatic Colors of #31F8FA
Black with #31F8FA
Text Example
Text Example
White with #31F8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F8FA; }
p { color: rgb(49,248,250); }
H1.HeaderClassName
{
color: #31F8FA;
}
.AnyTagClassName
{
color: #31F8FA;
}
</style>
background-color css
<style>
a { background-color: #31F8FA; }
a { background-color: rgb(49,248,250); }
div.DivClassName
{
background-color: #31F8FA;
}
.BgClassName
{
background-color: #31F8FA;
}
</style>
border-color css
<style>
span { border-color: #31F8FA; }
span { border-color: rgb(49,248,250); }
td.TdClassName
{
border-color: #31F8FA;
}
.TagClassName
{
border-color: #31F8FA;
}
</style>