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