Shades of Aqua #00F0FB
Tints of Aqua #00F0FB
RGB
CMYK
RGB Variations
Color information
#00F0FB (or 0x00F0FB) is known color: Aqua. HEX triplet: 00, F0 and FB. RGB value is (0,240,251). Sum of RGB (Red+Green+Blue) = 0+240+251=491 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #00F0FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F0FB is #FF0F04. Grayscale: #A9A9A9. Windows color (decimal): -16715525 or 16510976. OLE color: 16510976.
HSL color Cylindrical-coordinate representation of color #00F0FB: hue angle of 182.63º 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 #00F0FB is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 240 | 251 | - |
| CMYK | 1 | 0.04 | 0 | 0.02 |
| HSL | 182.63º | 1% | 0.49% | - |
| HSV(B) | 182.63º | 1% | 0.98% | - |
| XYZ | 48.57 | 69.29 | 102.08 | - |
| YUV | 169.49 | 173.99 | 7.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 240 | 251 | 1 | 0.04 | 0 | 0.02 | 182.63 | 1 | 0.49 |
| Hex | 0 | F0 | FB | 64 | 4 | 0 | 2 | B7 | 64 | 31 |
| Octal | 0 | 360 | 373 | 144 | 4 | 0 | 2 | 267 | 144 | 61 |
| Binary | 0 | 11110000 | 11111011 | 1100100 | 100 | 0 | 10 | 10110111 | 1100100 | 110001 |
Color Harmonies of #00F0FB
Complementary color
Monochromatic Colors of #00F0FB
Black with #00F0FB
Text Example
Text Example
White with #00F0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F0FB; }
p { color: rgb(0,240,251); }
H1.HeaderClassName
{
color: #00F0FB;
}
.AnyTagClassName
{
color: #00F0FB;
}
</style>
background-color css
<style>
a { background-color: #00F0FB; }
a { background-color: rgb(0,240,251); }
div.DivClassName
{
background-color: #00F0FB;
}
.BgClassName
{
background-color: #00F0FB;
}
</style>
border-color css
<style>
span { border-color: #00F0FB; }
span { border-color: rgb(0,240,251); }
td.TdClassName
{
border-color: #00F0FB;
}
.TagClassName
{
border-color: #00F0FB;
}
</style>