Shades of Aqua #00FEFB
Tints of Aqua #00FEFB
RGB
CMYK
RGB Variations
Color information
#00FEFB (or 0x00FEFB) is known color: Aqua. HEX triplet: 00, FE and FB. RGB value is (0,254,251). Sum of RGB (Red+Green+Blue) = 0+254+251=505 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEFB is #FF0104. Grayscale: #B1B1B1. Windows color (decimal): -16711941 or 16514560. OLE color: 16514560.
HSL color Cylindrical-coordinate representation of color #00FEFB: hue angle of 179.29º 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 #00FEFB is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 251 | - |
| CMYK | 1 | 0 | 0.01 | 0.00 |
| HSL | 179.29º | 1% | 0.5% | - |
| HSV(B) | 179.29º | 1% | 1% | - |
| XYZ | 52.85 | 77.85 | 103.51 | - |
| YUV | 177.71 | 169.35 | 1.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 251 | 1 | 0 | 0.01 | 0.00 | 179.29 | 1 | 0.5 |
| Hex | 0 | FE | FB | 64 | 0 | 1 | 0 | B3 | 64 | 32 |
| Octal | 0 | 376 | 373 | 144 | 0 | 1 | 0 | 263 | 144 | 62 |
| Binary | 0 | 11111110 | 11111011 | 1100100 | 0 | 1 | 0 | 10110011 | 1100100 | 110010 |
Color Harmonies of #00FEFB
Complementary color
Monochromatic Colors of #00FEFB
Black with #00FEFB
Text Example
Text Example
White with #00FEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEFB; }
p { color: rgb(0,254,251); }
H1.HeaderClassName
{
color: #00FEFB;
}
.AnyTagClassName
{
color: #00FEFB;
}
</style>
background-color css
<style>
a { background-color: #00FEFB; }
a { background-color: rgb(0,254,251); }
div.DivClassName
{
background-color: #00FEFB;
}
.BgClassName
{
background-color: #00FEFB;
}
</style>
border-color css
<style>
span { border-color: #00FEFB; }
span { border-color: rgb(0,254,251); }
td.TdClassName
{
border-color: #00FEFB;
}
.TagClassName
{
border-color: #00FEFB;
}
</style>