Shades of Aqua #02EDFF
Tints of Aqua #02EDFF
RGB
CMYK
RGB Variations
Color information
#02EDFF (or 0x02EDFF) is known color: Aqua. HEX triplet: 02, ED and FF. RGB value is (2,237,255). Sum of RGB (Red+Green+Blue) = 2+237+255=494 (65% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #02EDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EDFF is #FD1200. Grayscale: #A8A8A8. Windows color (decimal): -16585217 or 16772354. OLE color: 16772354.
HSL color Cylindrical-coordinate representation of color #02EDFF: hue angle of 184.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EDFF is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 237 | 255 | - |
| CMYK | 0.99 | 0.07 | 0 | 0 |
| HSL | 184.27º | 1% | 0.5% | - |
| HSV(B) | 184.27º | 0.99% | 1% | - |
| XYZ | 48.36 | 67.8 | 105.15 | - |
| YUV | 168.79 | 176.64 | 9.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 255 | 0.99 | 0.07 | 0 | 0 | 184.27 | 1 | 0.5 |
| Hex | 2 | ED | FF | 63 | 7 | 0 | 0 | B8 | 64 | 32 |
| Octal | 2 | 355 | 377 | 143 | 7 | 0 | 0 | 270 | 144 | 62 |
| Binary | 10 | 11101101 | 11111111 | 1100011 | 111 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #02EDFF
Complementary color
Monochromatic Colors of #02EDFF
Black with #02EDFF
Text Example
Text Example
White with #02EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EDFF; }
p { color: rgb(2,237,255); }
H1.HeaderClassName
{
color: #02EDFF;
}
.AnyTagClassName
{
color: #02EDFF;
}
</style>
background-color css
<style>
a { background-color: #02EDFF; }
a { background-color: rgb(2,237,255); }
div.DivClassName
{
background-color: #02EDFF;
}
.BgClassName
{
background-color: #02EDFF;
}
</style>
border-color css
<style>
span { border-color: #02EDFF; }
span { border-color: rgb(2,237,255); }
td.TdClassName
{
border-color: #02EDFF;
}
.TagClassName
{
border-color: #02EDFF;
}
</style>