Shades of Aqua #00FCF7
Tints of Aqua #00FCF7
RGB
CMYK
RGB Variations
Color information
#00FCF7 (or 0x00FCF7) is known color: Aqua. HEX triplet: 00, FC and F7. RGB value is (0,252,247). Sum of RGB (Red+Green+Blue) = 0+252+247=499 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #00FCF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FCF7 is #FF0308. Grayscale: #AFAFAF. Windows color (decimal): -16712457 or 16251904. OLE color: 16251904.
HSL color Cylindrical-coordinate representation of color #00FCF7: hue angle of 178.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FCF7 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 252 | 247 | - |
| CMYK | 1 | 0 | 0.02 | 0.01 |
| HSL | 178.81º | 1% | 0.49% | - |
| HSV(B) | 178.81º | 1% | 0.99% | - |
| XYZ | 51.6 | 76.34 | 100.01 | - |
| YUV | 176.08 | 168.01 | 2.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 252 | 247 | 1 | 0 | 0.02 | 0.01 | 178.81 | 1 | 0.49 |
| Hex | 0 | FC | F7 | 64 | 0 | 2 | 1 | B3 | 64 | 31 |
| Octal | 0 | 374 | 367 | 144 | 0 | 2 | 1 | 263 | 144 | 61 |
| Binary | 0 | 11111100 | 11110111 | 1100100 | 0 | 10 | 1 | 10110011 | 1100100 | 110001 |
Color Harmonies of #00FCF7
Complementary color
Monochromatic Colors of #00FCF7
Black with #00FCF7
Text Example
Text Example
White with #00FCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FCF7; }
p { color: rgb(0,252,247); }
H1.HeaderClassName
{
color: #00FCF7;
}
.AnyTagClassName
{
color: #00FCF7;
}
</style>
background-color css
<style>
a { background-color: #00FCF7; }
a { background-color: rgb(0,252,247); }
div.DivClassName
{
background-color: #00FCF7;
}
.BgClassName
{
background-color: #00FCF7;
}
</style>
border-color css
<style>
span { border-color: #00FCF7; }
span { border-color: rgb(0,252,247); }
td.TdClassName
{
border-color: #00FCF7;
}
.TagClassName
{
border-color: #00FCF7;
}
</style>