Shades of Aqua #0BFAF0
Tints of Aqua #0BFAF0
RGB
CMYK
RGB Variations
Color information
#0BFAF0 (or 0x0BFAF0) is known color: Aqua. HEX triplet: 0B, FA and F0. RGB value is (11,250,240). Sum of RGB (Red+Green+Blue) = 11+250+240=501 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.20% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFAF0 is #F4050F. Grayscale: #B1B1B1. Windows color (decimal): -15992080 or 15792651. OLE color: 15792651.
HSL color Cylindrical-coordinate representation of color #0BFAF0: hue angle of 177.49º 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 #0BFAF0 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 240 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.02 |
| HSL | 177.49º | 0.96% | 0.51% | - |
| HSV(B) | 177.49º | 0.96% | 0.98% | - |
| XYZ | 50.05 | 74.73 | 94.23 | - |
| YUV | 177.4 | 163.32 | 9.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 240 | 0.96 | 0 | 0.04 | 0.02 | 177.49 | 0.96 | 0.51 |
| Hex | B | FA | F0 | 60 | 0 | 4 | 2 | B1 | 60 | 33 |
| Octal | 13 | 372 | 360 | 140 | 0 | 4 | 2 | 261 | 140 | 63 |
| Binary | 1011 | 11111010 | 11110000 | 1100000 | 0 | 100 | 10 | 10110001 | 1100000 | 110011 |
Color Harmonies of #0BFAF0
Complementary color
Monochromatic Colors of #0BFAF0
Black with #0BFAF0
Text Example
Text Example
White with #0BFAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFAF0; }
p { color: rgb(11,250,240); }
H1.HeaderClassName
{
color: #0BFAF0;
}
.AnyTagClassName
{
color: #0BFAF0;
}
</style>
background-color css
<style>
a { background-color: #0BFAF0; }
a { background-color: rgb(11,250,240); }
div.DivClassName
{
background-color: #0BFAF0;
}
.BgClassName
{
background-color: #0BFAF0;
}
</style>
border-color css
<style>
span { border-color: #0BFAF0; }
span { border-color: rgb(11,250,240); }
td.TdClassName
{
border-color: #0BFAF0;
}
.TagClassName
{
border-color: #0BFAF0;
}
</style>