Shades of Aqua #00EFFE
Tints of Aqua #00EFFE
RGB
CMYK
RGB Variations
Color information
#00EFFE (or 0x00EFFE) is known color: Aqua. HEX triplet: 00, EF and FE. RGB value is (0,239,254). Sum of RGB (Red+Green+Blue) = 0+239+254=493 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #00EFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EFFE is #FF1001. Grayscale: #A8A8A8. Windows color (decimal): -16715778 or 16707328. OLE color: 16707328.
HSL color Cylindrical-coordinate representation of color #00EFFE: hue angle of 183.54º 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 #00EFFE is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 239 | 254 | - |
| CMYK | 1 | 0.06 | 0 | 0.00 |
| HSL | 183.54º | 1% | 0.5% | - |
| HSV(B) | 183.54º | 1% | 1% | - |
| XYZ | 48.76 | 68.89 | 104.49 | - |
| YUV | 169.25 | 175.82 | 7.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 254 | 1 | 0.06 | 0 | 0.00 | 183.54 | 1 | 0.5 |
| Hex | 0 | EF | FE | 64 | 6 | 0 | 0 | B8 | 64 | 32 |
| Octal | 0 | 357 | 376 | 144 | 6 | 0 | 0 | 270 | 144 | 62 |
| Binary | 0 | 11101111 | 11111110 | 1100100 | 110 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #00EFFE
Complementary color
Monochromatic Colors of #00EFFE
Black with #00EFFE
Text Example
Text Example
White with #00EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EFFE; }
p { color: rgb(0,239,254); }
H1.HeaderClassName
{
color: #00EFFE;
}
.AnyTagClassName
{
color: #00EFFE;
}
</style>
background-color css
<style>
a { background-color: #00EFFE; }
a { background-color: rgb(0,239,254); }
div.DivClassName
{
background-color: #00EFFE;
}
.BgClassName
{
background-color: #00EFFE;
}
</style>
border-color css
<style>
span { border-color: #00EFFE; }
span { border-color: rgb(0,239,254); }
td.TdClassName
{
border-color: #00EFFE;
}
.TagClassName
{
border-color: #00EFFE;
}
</style>