Shades of Aqua #00FBF2
Tints of Aqua #00FBF2
RGB
CMYK
RGB Variations
Color information
#00FBF2 (or 0x00FBF2) is known color: Aqua. HEX triplet: 00, FB and F2. RGB value is (0,251,242). Sum of RGB (Red+Green+Blue) = 0+251+242=493 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FBF2 is #FF040D. Grayscale: #AEAEAE. Windows color (decimal): -16712718 or 15923968. OLE color: 15923968.
HSL color Cylindrical-coordinate representation of color #00FBF2: hue angle of 177.85º 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 #00FBF2 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 242 | - |
| CMYK | 1 | 0 | 0.04 | 0.02 |
| HSL | 177.85º | 1% | 0.49% | - |
| HSV(B) | 177.85º | 1% | 0.98% | - |
| XYZ | 50.52 | 75.41 | 95.9 | - |
| YUV | 174.93 | 165.84 | 3.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 242 | 1 | 0 | 0.04 | 0.02 | 177.85 | 1 | 0.49 |
| Hex | 0 | FB | F2 | 64 | 0 | 4 | 2 | B2 | 64 | 31 |
| Octal | 0 | 373 | 362 | 144 | 0 | 4 | 2 | 262 | 144 | 61 |
| Binary | 0 | 11111011 | 11110010 | 1100100 | 0 | 100 | 10 | 10110010 | 1100100 | 110001 |
Color Harmonies of #00FBF2
Complementary color
Monochromatic Colors of #00FBF2
Black with #00FBF2
Text Example
Text Example
White with #00FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FBF2; }
p { color: rgb(0,251,242); }
H1.HeaderClassName
{
color: #00FBF2;
}
.AnyTagClassName
{
color: #00FBF2;
}
</style>
background-color css
<style>
a { background-color: #00FBF2; }
a { background-color: rgb(0,251,242); }
div.DivClassName
{
background-color: #00FBF2;
}
.BgClassName
{
background-color: #00FBF2;
}
</style>
border-color css
<style>
span { border-color: #00FBF2; }
span { border-color: rgb(0,251,242); }
td.TdClassName
{
border-color: #00FBF2;
}
.TagClassName
{
border-color: #00FBF2;
}
</style>