Shades of Aqua #00EAFF
Tints of Aqua #00EAFF
RGB
CMYK
RGB Variations
Color information
#00EAFF (or 0x00EAFF) is known color: Aqua. HEX triplet: 00, EA and FF. RGB value is (0,234,255). Sum of RGB (Red+Green+Blue) = 0+234+255=489 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #00EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EAFF is #FF1500. Grayscale: #A6A6A6. Windows color (decimal): -16717057 or 16771584. OLE color: 16771584.
HSL color Cylindrical-coordinate representation of color #00EAFF: hue angle of 184.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EAFF is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 234 | 255 | - |
| CMYK | 1 | 0.08 | 0 | 0 |
| HSL | 184.94º | 1% | 0.5% | - |
| HSV(B) | 184.94º | 1% | 1% | - |
| XYZ | 47.47 | 66.07 | 104.86 | - |
| YUV | 166.43 | 177.98 | 9.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 255 | 1 | 0.08 | 0 | 0 | 184.94 | 1 | 0.5 |
| Hex | 0 | EA | FF | 64 | 8 | 0 | 0 | B9 | 64 | 32 |
| Octal | 0 | 352 | 377 | 144 | 10 | 0 | 0 | 271 | 144 | 62 |
| Binary | 0 | 11101010 | 11111111 | 1100100 | 1000 | 0 | 0 | 10111001 | 1100100 | 110010 |
Color Harmonies of #00EAFF
Complementary color
Monochromatic Colors of #00EAFF
Black with #00EAFF
Text Example
Text Example
White with #00EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EAFF; }
p { color: rgb(0,234,255); }
H1.HeaderClassName
{
color: #00EAFF;
}
.AnyTagClassName
{
color: #00EAFF;
}
</style>
background-color css
<style>
a { background-color: #00EAFF; }
a { background-color: rgb(0,234,255); }
div.DivClassName
{
background-color: #00EAFF;
}
.BgClassName
{
background-color: #00EAFF;
}
</style>
border-color css
<style>
span { border-color: #00EAFF; }
span { border-color: rgb(0,234,255); }
td.TdClassName
{
border-color: #00EAFF;
}
.TagClassName
{
border-color: #00EAFF;
}
</style>