Shades of Aqua #21FAFE
Tints of Aqua #21FAFE
RGB
CMYK
RGB Variations
Color information
#21FAFE (or 0x21FAFE) is known color: Aqua. HEX triplet: 21, FA and FE. RGB value is (33,250,254). Sum of RGB (Red+Green+Blue) = 33+250+254=537 (71% of max value = 765). Red value is 33 (13.28% from 255 or 6.15% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #21FAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21FAFE is #DE0501. Grayscale: #B9B9B9. Windows color (decimal): -14550274 or 16710177. OLE color: 16710177.
HSL color Cylindrical-coordinate representation of color #21FAFE: hue angle of 181.09º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FAFE is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 250 | 254 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.00 |
| HSL | 181.09º | 0.99% | 0.56% | - |
| HSV(B) | 181.09º | 0.87% | 1% | - |
| XYZ | 52.7 | 75.85 | 105.63 | - |
| YUV | 185.57 | 166.61 | 19.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 254 | 0.87 | 0.02 | 0 | 0.00 | 181.09 | 0.99 | 0.56 |
| Hex | 21 | FA | FE | 57 | 2 | 0 | 0 | B5 | 63 | 38 |
| Octal | 41 | 372 | 376 | 127 | 2 | 0 | 0 | 265 | 143 | 70 |
| Binary | 100001 | 11111010 | 11111110 | 1010111 | 10 | 0 | 0 | 10110101 | 1100011 | 111000 |
Color Harmonies of #21FAFE
Complementary color
Monochromatic Colors of #21FAFE
Black with #21FAFE
Text Example
Text Example
White with #21FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FAFE; }
p { color: rgb(33,250,254); }
H1.HeaderClassName
{
color: #21FAFE;
}
.AnyTagClassName
{
color: #21FAFE;
}
</style>
background-color css
<style>
a { background-color: #21FAFE; }
a { background-color: rgb(33,250,254); }
div.DivClassName
{
background-color: #21FAFE;
}
.BgClassName
{
background-color: #21FAFE;
}
</style>
border-color css
<style>
span { border-color: #21FAFE; }
span { border-color: rgb(33,250,254); }
td.TdClassName
{
border-color: #21FAFE;
}
.TagClassName
{
border-color: #21FAFE;
}
</style>