Shades of Aqua #00FBF6
Tints of Aqua #00FBF6
RGB
CMYK
RGB Variations
Color information
#00FBF6 (or 0x00FBF6) is known color: Aqua. HEX triplet: 00, FB and F6. RGB value is (0,251,246). Sum of RGB (Red+Green+Blue) = 0+251+246=497 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FBF6 is #FF0409. Grayscale: #AFAFAF. Windows color (decimal): -16712714 or 16186112. OLE color: 16186112.
HSL color Cylindrical-coordinate representation of color #00FBF6: hue angle of 178.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FBF6 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 246 | - |
| CMYK | 1 | 0 | 0.02 | 0.02 |
| HSL | 178.8º | 1% | 0.49% | - |
| HSV(B) | 178.8º | 1% | 0.98% | - |
| XYZ | 51.13 | 75.65 | 99.1 | - |
| YUV | 175.38 | 167.84 | 2.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 246 | 1 | 0 | 0.02 | 0.02 | 178.8 | 1 | 0.49 |
| Hex | 0 | FB | F6 | 64 | 0 | 2 | 2 | B3 | 64 | 31 |
| Octal | 0 | 373 | 366 | 144 | 0 | 2 | 2 | 263 | 144 | 61 |
| Binary | 0 | 11111011 | 11110110 | 1100100 | 0 | 10 | 10 | 10110011 | 1100100 | 110001 |
Color Harmonies of #00FBF6
Complementary color
Monochromatic Colors of #00FBF6
Black with #00FBF6
Text Example
Text Example
White with #00FBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBF6; }
p { color: rgb(0,251,246); }
H1.HeaderClassName
{
color: #00FBF6;
}
.AnyTagClassName
{
color: #00FBF6;
}
</style>
background-color css
<style>
a { background-color: #00FBF6; }
a { background-color: rgb(0,251,246); }
div.DivClassName
{
background-color: #00FBF6;
}
.BgClassName
{
background-color: #00FBF6;
}
</style>
border-color css
<style>
span { border-color: #00FBF6; }
span { border-color: rgb(0,251,246); }
td.TdClassName
{
border-color: #00FBF6;
}
.TagClassName
{
border-color: #00FBF6;
}
</style>