Shades of Aqua #0BF8FA
Tints of Aqua #0BF8FA
RGB
CMYK
RGB Variations
Color information
#0BF8FA (or 0x0BF8FA) is known color: Aqua. HEX triplet: 0B, F8 and FA. RGB value is (11,248,250). Sum of RGB (Red+Green+Blue) = 11+248+250=509 (67% of max value = 765). Red value is 11 (4.69% from 255 or 2.16% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BF8FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF8FA is #F40705. Grayscale: #B1B1B1. Windows color (decimal): -15992582 or 16447499. OLE color: 16447499.
HSL color Cylindrical-coordinate representation of color #0BF8FA: hue angle of 180.5º 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 #0BF8FA is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 248 | 250 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.02 |
| HSL | 180.5º | 0.96% | 0.51% | - |
| HSV(B) | 180.5º | 0.96% | 0.98% | - |
| XYZ | 50.96 | 74.11 | 102.06 | - |
| YUV | 177.37 | 168.98 | 9.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 248 | 250 | 0.96 | 0.01 | 0 | 0.02 | 180.5 | 0.96 | 0.51 |
| Hex | B | F8 | FA | 60 | 1 | 0 | 2 | B5 | 60 | 33 |
| Octal | 13 | 370 | 372 | 140 | 1 | 0 | 2 | 265 | 140 | 63 |
| Binary | 1011 | 11111000 | 11111010 | 1100000 | 1 | 0 | 10 | 10110101 | 1100000 | 110011 |
Color Harmonies of #0BF8FA
Complementary color
Monochromatic Colors of #0BF8FA
Black with #0BF8FA
Text Example
Text Example
White with #0BF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF8FA; }
p { color: rgb(11,248,250); }
H1.HeaderClassName
{
color: #0BF8FA;
}
.AnyTagClassName
{
color: #0BF8FA;
}
</style>
background-color css
<style>
a { background-color: #0BF8FA; }
a { background-color: rgb(11,248,250); }
div.DivClassName
{
background-color: #0BF8FA;
}
.BgClassName
{
background-color: #0BF8FA;
}
</style>
border-color css
<style>
span { border-color: #0BF8FA; }
span { border-color: rgb(11,248,250); }
td.TdClassName
{
border-color: #0BF8FA;
}
.TagClassName
{
border-color: #0BF8FA;
}
</style>