Shades of Aqua #00EAFD
Tints of Aqua #00EAFD
RGB
CMYK
RGB Variations
Color information
#00EAFD (or 0x00EAFD) is known color: Aqua. HEX triplet: 00, EA and FD. RGB value is (0,234,253). Sum of RGB (Red+Green+Blue) = 0+234+253=487 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #00EAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EAFD is #FF1502. Grayscale: #A5A5A5. Windows color (decimal): -16717059 or 16640512. OLE color: 16640512.
HSL color Cylindrical-coordinate representation of color #00EAFD: hue angle of 184.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EAFD is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 234 | 253 | - |
| CMYK | 1 | 0.08 | 0 | 0.01 |
| HSL | 184.51º | 1% | 0.5% | - |
| HSV(B) | 184.51º | 1% | 0.99% | - |
| XYZ | 47.15 | 65.94 | 103.17 | - |
| YUV | 166.2 | 176.98 | 9.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 253 | 1 | 0.08 | 0 | 0.01 | 184.51 | 1 | 0.5 |
| Hex | 0 | EA | FD | 64 | 8 | 0 | 1 | B9 | 64 | 32 |
| Octal | 0 | 352 | 375 | 144 | 10 | 0 | 1 | 271 | 144 | 62 |
| Binary | 0 | 11101010 | 11111101 | 1100100 | 1000 | 0 | 1 | 10111001 | 1100100 | 110010 |
Color Harmonies of #00EAFD
Complementary color
Monochromatic Colors of #00EAFD
Black with #00EAFD
Text Example
Text Example
White with #00EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EAFD; }
p { color: rgb(0,234,253); }
H1.HeaderClassName
{
color: #00EAFD;
}
.AnyTagClassName
{
color: #00EAFD;
}
</style>
background-color css
<style>
a { background-color: #00EAFD; }
a { background-color: rgb(0,234,253); }
div.DivClassName
{
background-color: #00EAFD;
}
.BgClassName
{
background-color: #00EAFD;
}
</style>
border-color css
<style>
span { border-color: #00EAFD; }
span { border-color: rgb(0,234,253); }
td.TdClassName
{
border-color: #00EAFD;
}
.TagClassName
{
border-color: #00EAFD;
}
</style>