Shades of Aqua #00FDFE
Tints of Aqua #00FDFE
RGB
CMYK
RGB Variations
Color information
#00FDFE (or 0x00FDFE) is known color: Aqua. HEX triplet: 00, FD and FE. RGB value is (0,253,254). Sum of RGB (Red+Green+Blue) = 0+253+254=507 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #00FDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FDFE is #FF0201. Grayscale: #B1B1B1. Windows color (decimal): -16712194 or 16710912. OLE color: 16710912.
HSL color Cylindrical-coordinate representation of color #00FDFE: hue angle of 180.24º 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 #00FDFE is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 253 | 254 | - |
| CMYK | 1 | 0.00 | 0 | 0.00 |
| HSL | 180.24º | 1% | 0.5% | - |
| HSV(B) | 180.24º | 1% | 1% | - |
| XYZ | 53.01 | 77.41 | 105.91 | - |
| YUV | 177.47 | 171.18 | 1.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 254 | 1 | 0.00 | 0 | 0.00 | 180.24 | 1 | 0.5 |
| Hex | 0 | FD | FE | 64 | 0 | 0 | 0 | B4 | 64 | 32 |
| Octal | 0 | 375 | 376 | 144 | 0 | 0 | 0 | 264 | 144 | 62 |
| Binary | 0 | 11111101 | 11111110 | 1100100 | 0 | 0 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #00FDFE
Complementary color
Monochromatic Colors of #00FDFE
Black with #00FDFE
Text Example
Text Example
White with #00FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FDFE; }
p { color: rgb(0,253,254); }
H1.HeaderClassName
{
color: #00FDFE;
}
.AnyTagClassName
{
color: #00FDFE;
}
</style>
background-color css
<style>
a { background-color: #00FDFE; }
a { background-color: rgb(0,253,254); }
div.DivClassName
{
background-color: #00FDFE;
}
.BgClassName
{
background-color: #00FDFE;
}
</style>
border-color css
<style>
span { border-color: #00FDFE; }
span { border-color: rgb(0,253,254); }
td.TdClassName
{
border-color: #00FDFE;
}
.TagClassName
{
border-color: #00FDFE;
}
</style>