Shades of Aqua #21EDFF
Tints of Aqua #21EDFF
RGB
CMYK
RGB Variations
Color information
#21EDFF (or 0x21EDFF) is known color: Aqua. HEX triplet: 21, ED and FF. RGB value is (33,237,255). Sum of RGB (Red+Green+Blue) = 33+237+255=525 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.29% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #21EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EDFF is #DE1200. Grayscale: #B1B1B1. Windows color (decimal): -14553601 or 16772385. OLE color: 16772385.
HSL color Cylindrical-coordinate representation of color #21EDFF: hue angle of 184.86º 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 #21EDFF is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 237 | 255 | - |
| CMYK | 0.87 | 0.07 | 0 | 0 |
| HSL | 184.86º | 1% | 0.56% | - |
| HSV(B) | 184.86º | 0.87% | 1% | - |
| XYZ | 48.96 | 68.11 | 105.17 | - |
| YUV | 178.06 | 171.41 | 24.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 255 | 0.87 | 0.07 | 0 | 0 | 184.86 | 1 | 0.56 |
| Hex | 21 | ED | FF | 57 | 7 | 0 | 0 | B9 | 64 | 38 |
| Octal | 41 | 355 | 377 | 127 | 7 | 0 | 0 | 271 | 144 | 70 |
| Binary | 100001 | 11101101 | 11111111 | 1010111 | 111 | 0 | 0 | 10111001 | 1100100 | 111000 |
Color Harmonies of #21EDFF
Complementary color
Monochromatic Colors of #21EDFF
Black with #21EDFF
Text Example
Text Example
White with #21EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDFF; }
p { color: rgb(33,237,255); }
H1.HeaderClassName
{
color: #21EDFF;
}
.AnyTagClassName
{
color: #21EDFF;
}
</style>
background-color css
<style>
a { background-color: #21EDFF; }
a { background-color: rgb(33,237,255); }
div.DivClassName
{
background-color: #21EDFF;
}
.BgClassName
{
background-color: #21EDFF;
}
</style>
border-color css
<style>
span { border-color: #21EDFF; }
span { border-color: rgb(33,237,255); }
td.TdClassName
{
border-color: #21EDFF;
}
.TagClassName
{
border-color: #21EDFF;
}
</style>