Shades of Aqua #0FFAFB
Tints of Aqua #0FFAFB
RGB
CMYK
RGB Variations
Color information
#0FFAFB (or 0x0FFAFB) is known color: Aqua. HEX triplet: 0F, FA and FB. RGB value is (15,250,251). Sum of RGB (Red+Green+Blue) = 15+250+251=516 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.91% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FFAFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAFB is #F00504. Grayscale: #B3B3B3. Windows color (decimal): -15729925 or 16513551. OLE color: 16513551.
HSL color Cylindrical-coordinate representation of color #0FFAFB: hue angle of 180.25º 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 #0FFAFB is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 251 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.02 |
| HSL | 180.25º | 0.97% | 0.52% | - |
| HSV(B) | 180.25º | 0.94% | 0.98% | - |
| XYZ | 51.8 | 75.44 | 103.1 | - |
| YUV | 179.85 | 168.14 | 10.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 251 | 0.94 | 0.00 | 0 | 0.02 | 180.25 | 0.97 | 0.52 |
| Hex | F | FA | FB | 5E | 0 | 0 | 2 | B4 | 61 | 34 |
| Octal | 17 | 372 | 373 | 136 | 0 | 0 | 2 | 264 | 141 | 64 |
| Binary | 1111 | 11111010 | 11111011 | 1011110 | 0 | 0 | 10 | 10110100 | 1100001 | 110100 |
Color Harmonies of #0FFAFB
Complementary color
Monochromatic Colors of #0FFAFB
Black with #0FFAFB
Text Example
Text Example
White with #0FFAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAFB; }
p { color: rgb(15,250,251); }
H1.HeaderClassName
{
color: #0FFAFB;
}
.AnyTagClassName
{
color: #0FFAFB;
}
</style>
background-color css
<style>
a { background-color: #0FFAFB; }
a { background-color: rgb(15,250,251); }
div.DivClassName
{
background-color: #0FFAFB;
}
.BgClassName
{
background-color: #0FFAFB;
}
</style>
border-color css
<style>
span { border-color: #0FFAFB; }
span { border-color: rgb(15,250,251); }
td.TdClassName
{
border-color: #0FFAFB;
}
.TagClassName
{
border-color: #0FFAFB;
}
</style>