Shades of Aqua #0BFAFA
Tints of Aqua #0BFAFA
RGB
CMYK
RGB Variations
Color information
#0BFAFA (or 0x0BFAFA) is known color: Aqua. HEX triplet: 0B, FA and FA. RGB value is (11,250,250). Sum of RGB (Red+Green+Blue) = 11+250+250=511 (67% of max value = 765). Red value is 11 (4.69% from 255 or 2.15% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #0BFAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFAFA is #F40505. Grayscale: #B2B2B2. Windows color (decimal): -15992070 or 16448011. OLE color: 16448011.
HSL color Cylindrical-coordinate representation of color #0BFAFA: hue angle of 180º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFAFA is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 250 | - |
| CMYK | 0.96 | 0 | 0 | 0.02 |
| HSL | 180º | 0.96% | 0.51% | - |
| HSV(B) | 180º | 0.96% | 0.98% | - |
| XYZ | 51.58 | 75.34 | 102.27 | - |
| YUV | 178.54 | 168.32 | 8.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 250 | 0.96 | 0 | 0 | 0.02 | 180 | 0.96 | 0.51 |
| Hex | B | FA | FA | 60 | 0 | 0 | 2 | B4 | 60 | 33 |
| Octal | 13 | 372 | 372 | 140 | 0 | 0 | 2 | 264 | 140 | 63 |
| Binary | 1011 | 11111010 | 11111010 | 1100000 | 0 | 0 | 10 | 10110100 | 1100000 | 110011 |
Color Harmonies of #0BFAFA
Complementary color
Monochromatic Colors of #0BFAFA
Black with #0BFAFA
Text Example
Text Example
White with #0BFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFAFA; }
p { color: rgb(11,250,250); }
H1.HeaderClassName
{
color: #0BFAFA;
}
.AnyTagClassName
{
color: #0BFAFA;
}
</style>
background-color css
<style>
a { background-color: #0BFAFA; }
a { background-color: rgb(11,250,250); }
div.DivClassName
{
background-color: #0BFAFA;
}
.BgClassName
{
background-color: #0BFAFA;
}
</style>
border-color css
<style>
span { border-color: #0BFAFA; }
span { border-color: rgb(11,250,250); }
td.TdClassName
{
border-color: #0BFAFA;
}
.TagClassName
{
border-color: #0BFAFA;
}
</style>