Shades of Aqua #02EAFE
Tints of Aqua #02EAFE
RGB
CMYK
RGB Variations
Color information
#02EAFE (or 0x02EAFE) is known color: Aqua. HEX triplet: 02, EA and FE. RGB value is (2,234,254). Sum of RGB (Red+Green+Blue) = 2+234+254=490 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #02EAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02EAFE is #FD1501. Grayscale: #A6A6A6. Windows color (decimal): -16585986 or 16706050. OLE color: 16706050.
HSL color Cylindrical-coordinate representation of color #02EAFE: hue angle of 184.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EAFE is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 234 | 254 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.00 |
| HSL | 184.76º | 0.99% | 0.5% | - |
| HSV(B) | 184.76º | 0.99% | 1% | - |
| XYZ | 47.34 | 66.01 | 104.01 | - |
| YUV | 166.91 | 177.14 | 10.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 234 | 254 | 0.99 | 0.08 | 0 | 0.00 | 184.76 | 0.99 | 0.5 |
| Hex | 2 | EA | FE | 63 | 8 | 0 | 0 | B9 | 63 | 32 |
| Octal | 2 | 352 | 376 | 143 | 10 | 0 | 0 | 271 | 143 | 62 |
| Binary | 10 | 11101010 | 11111110 | 1100011 | 1000 | 0 | 0 | 10111001 | 1100011 | 110010 |
Color Harmonies of #02EAFE
Complementary color
Monochromatic Colors of #02EAFE
Black with #02EAFE
Text Example
Text Example
White with #02EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EAFE; }
p { color: rgb(2,234,254); }
H1.HeaderClassName
{
color: #02EAFE;
}
.AnyTagClassName
{
color: #02EAFE;
}
</style>
background-color css
<style>
a { background-color: #02EAFE; }
a { background-color: rgb(2,234,254); }
div.DivClassName
{
background-color: #02EAFE;
}
.BgClassName
{
background-color: #02EAFE;
}
</style>
border-color css
<style>
span { border-color: #02EAFE; }
span { border-color: rgb(2,234,254); }
td.TdClassName
{
border-color: #02EAFE;
}
.TagClassName
{
border-color: #02EAFE;
}
</style>