Shades of Aqua #0BFAF1
Tints of Aqua #0BFAF1
RGB
CMYK
RGB Variations
Color information
#0BFAF1 (or 0x0BFAF1) is known color: Aqua. HEX triplet: 0B, FA and F1. RGB value is (11,250,241). Sum of RGB (Red+Green+Blue) = 11+250+241=502 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.19% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFAF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFAF1 is #F4050E. Grayscale: #B1B1B1. Windows color (decimal): -15992079 or 15858187. OLE color: 15858187.
HSL color Cylindrical-coordinate representation of color #0BFAF1: hue angle of 177.74º 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 #0BFAF1 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 241 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.02 |
| HSL | 177.74º | 0.96% | 0.51% | - |
| HSV(B) | 177.74º | 0.96% | 0.98% | - |
| XYZ | 50.2 | 74.79 | 95.01 | - |
| YUV | 177.51 | 163.82 | 9.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 241 | 0.96 | 0 | 0.04 | 0.02 | 177.74 | 0.96 | 0.51 |
| Hex | B | FA | F1 | 60 | 0 | 4 | 2 | B2 | 60 | 33 |
| Octal | 13 | 372 | 361 | 140 | 0 | 4 | 2 | 262 | 140 | 63 |
| Binary | 1011 | 11111010 | 11110001 | 1100000 | 0 | 100 | 10 | 10110010 | 1100000 | 110011 |
Color Harmonies of #0BFAF1
Complementary color
Monochromatic Colors of #0BFAF1
Black with #0BFAF1
Text Example
Text Example
White with #0BFAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFAF1; }
p { color: rgb(11,250,241); }
H1.HeaderClassName
{
color: #0BFAF1;
}
.AnyTagClassName
{
color: #0BFAF1;
}
</style>
background-color css
<style>
a { background-color: #0BFAF1; }
a { background-color: rgb(11,250,241); }
div.DivClassName
{
background-color: #0BFAF1;
}
.BgClassName
{
background-color: #0BFAF1;
}
</style>
border-color css
<style>
span { border-color: #0BFAF1; }
span { border-color: rgb(11,250,241); }
td.TdClassName
{
border-color: #0BFAF1;
}
.TagClassName
{
border-color: #0BFAF1;
}
</style>