Shades of Aqua #0FFBFB
Tints of Aqua #0FFBFB
RGB
CMYK
RGB Variations
Color information
#0FFBFB (or 0x0FFBFB) is known color: Aqua. HEX triplet: 0F, FB and FB. RGB value is (15,251,251). Sum of RGB (Red+Green+Blue) = 15+251+251=517 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.90% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #0FFBFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFBFB is #F00404. Grayscale: #B4B4B4. Windows color (decimal): -15729669 or 16513807. OLE color: 16513807.
HSL color Cylindrical-coordinate representation of color #0FFBFB: hue angle of 180º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBFB is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 251 | - |
| CMYK | 0.94 | 0 | 0 | 0.02 |
| HSL | 180º | 0.97% | 0.52% | - |
| HSV(B) | 180º | 0.94% | 0.98% | - |
| XYZ | 52.11 | 76.06 | 103.2 | - |
| YUV | 180.44 | 167.81 | 10 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 251 | 0.94 | 0 | 0 | 0.02 | 180 | 0.97 | 0.52 |
| Hex | F | FB | FB | 5E | 0 | 0 | 2 | B4 | 61 | 34 |
| Octal | 17 | 373 | 373 | 136 | 0 | 0 | 2 | 264 | 141 | 64 |
| Binary | 1111 | 11111011 | 11111011 | 1011110 | 0 | 0 | 10 | 10110100 | 1100001 | 110100 |
Color Harmonies of #0FFBFB
Complementary color
Monochromatic Colors of #0FFBFB
Black with #0FFBFB
Text Example
Text Example
White with #0FFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBFB; }
p { color: rgb(15,251,251); }
H1.HeaderClassName
{
color: #0FFBFB;
}
.AnyTagClassName
{
color: #0FFBFB;
}
</style>
background-color css
<style>
a { background-color: #0FFBFB; }
a { background-color: rgb(15,251,251); }
div.DivClassName
{
background-color: #0FFBFB;
}
.BgClassName
{
background-color: #0FFBFB;
}
</style>
border-color css
<style>
span { border-color: #0FFBFB; }
span { border-color: rgb(15,251,251); }
td.TdClassName
{
border-color: #0FFBFB;
}
.TagClassName
{
border-color: #0FFBFB;
}
</style>