Shades of Aqua #21F0FF
Tints of Aqua #21F0FF
RGB
CMYK
RGB Variations
Color information
#21F0FF (or 0x21F0FF) is known color: Aqua. HEX triplet: 21, F0 and FF. RGB value is (33,240,255). Sum of RGB (Red+Green+Blue) = 33+240+255=528 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.25% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #21F0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21F0FF is #DE0F00. Grayscale: #B3B3B3. Windows color (decimal): -14552833 or 16773153. OLE color: 16773153.
HSL color Cylindrical-coordinate representation of color #21F0FF: hue angle of 184.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F0FF is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 240 | 255 | - |
| CMYK | 0.87 | 0.06 | 0 | 0 |
| HSL | 184.05º | 1% | 0.56% | - |
| HSV(B) | 184.05º | 0.87% | 1% | - |
| XYZ | 49.84 | 69.86 | 105.47 | - |
| YUV | 179.82 | 170.42 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 255 | 0.87 | 0.06 | 0 | 0 | 184.05 | 1 | 0.56 |
| Hex | 21 | F0 | FF | 57 | 6 | 0 | 0 | B8 | 64 | 38 |
| Octal | 41 | 360 | 377 | 127 | 6 | 0 | 0 | 270 | 144 | 70 |
| Binary | 100001 | 11110000 | 11111111 | 1010111 | 110 | 0 | 0 | 10111000 | 1100100 | 111000 |
Color Harmonies of #21F0FF
Complementary color
Monochromatic Colors of #21F0FF
Black with #21F0FF
Text Example
Text Example
White with #21F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F0FF; }
p { color: rgb(33,240,255); }
H1.HeaderClassName
{
color: #21F0FF;
}
.AnyTagClassName
{
color: #21F0FF;
}
</style>
background-color css
<style>
a { background-color: #21F0FF; }
a { background-color: rgb(33,240,255); }
div.DivClassName
{
background-color: #21F0FF;
}
.BgClassName
{
background-color: #21F0FF;
}
</style>
border-color css
<style>
span { border-color: #21F0FF; }
span { border-color: rgb(33,240,255); }
td.TdClassName
{
border-color: #21F0FF;
}
.TagClassName
{
border-color: #21F0FF;
}
</style>