Shades of Aqua #31FAFC
Tints of Aqua #31FAFC
RGB
CMYK
RGB Variations
Color information
#31FAFC (or 0x31FAFC) is known color: Aqua. HEX triplet: 31, FA and FC. RGB value is (49,250,252). Sum of RGB (Red+Green+Blue) = 49+250+252=551 (72% of max value = 765). Red value is 49 (19.53% from 255 or 8.89% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #31FAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FAFC is #CE0503. Grayscale: #BDBDBD. Windows color (decimal): -13501700 or 16579121. OLE color: 16579121.
HSL color Cylindrical-coordinate representation of color #31FAFC: hue angle of 180.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FAFC is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 250 | 252 | - |
| CMYK | 0.81 | 0.01 | 0 | 0.01 |
| HSL | 180.59º | 0.97% | 0.59% | - |
| HSV(B) | 180.59º | 0.81% | 0.99% | - |
| XYZ | 53.02 | 76.05 | 103.98 | - |
| YUV | 190.13 | 162.91 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 252 | 0.81 | 0.01 | 0 | 0.01 | 180.59 | 0.97 | 0.59 |
| Hex | 31 | FA | FC | 51 | 1 | 0 | 1 | B5 | 61 | 3B |
| Octal | 61 | 372 | 374 | 121 | 1 | 0 | 1 | 265 | 141 | 73 |
| Binary | 110001 | 11111010 | 11111100 | 1010001 | 1 | 0 | 1 | 10110101 | 1100001 | 111011 |
Color Harmonies of #31FAFC
Complementary color
Monochromatic Colors of #31FAFC
Black with #31FAFC
Text Example
Text Example
White with #31FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FAFC; }
p { color: rgb(49,250,252); }
H1.HeaderClassName
{
color: #31FAFC;
}
.AnyTagClassName
{
color: #31FAFC;
}
</style>
background-color css
<style>
a { background-color: #31FAFC; }
a { background-color: rgb(49,250,252); }
div.DivClassName
{
background-color: #31FAFC;
}
.BgClassName
{
background-color: #31FAFC;
}
</style>
border-color css
<style>
span { border-color: #31FAFC; }
span { border-color: rgb(49,250,252); }
td.TdClassName
{
border-color: #31FAFC;
}
.TagClassName
{
border-color: #31FAFC;
}
</style>