Shades of Aqua #0BE6FA
Tints of Aqua #0BE6FA
RGB
CMYK
RGB Variations
Color information
#0BE6FA (or 0x0BE6FA) is known color: Aqua. HEX triplet: 0B, E6 and FA. RGB value is (11,230,250). Sum of RGB (Red+Green+Blue) = 11+230+250=491 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #0BE6FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BE6FA is #F41905. Grayscale: #A6A6A6. Windows color (decimal): -15997190 or 16442891. OLE color: 16442891.
HSL color Cylindrical-coordinate representation of color #0BE6FA: hue angle of 185.02º 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 #0BE6FA is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 230 | 250 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.02 |
| HSL | 185.02º | 0.96% | 0.51% | - |
| HSV(B) | 185.02º | 0.96% | 0.98% | - |
| XYZ | 45.69 | 63.57 | 100.3 | - |
| YUV | 166.8 | 174.95 | 16.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 230 | 250 | 0.96 | 0.08 | 0 | 0.02 | 185.02 | 0.96 | 0.51 |
| Hex | B | E6 | FA | 60 | 8 | 0 | 2 | B9 | 60 | 33 |
| Octal | 13 | 346 | 372 | 140 | 10 | 0 | 2 | 271 | 140 | 63 |
| Binary | 1011 | 11100110 | 11111010 | 1100000 | 1000 | 0 | 10 | 10111001 | 1100000 | 110011 |
Color Harmonies of #0BE6FA
Complementary color
Monochromatic Colors of #0BE6FA
Black with #0BE6FA
Text Example
Text Example
White with #0BE6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE6FA; }
p { color: rgb(11,230,250); }
H1.HeaderClassName
{
color: #0BE6FA;
}
.AnyTagClassName
{
color: #0BE6FA;
}
</style>
background-color css
<style>
a { background-color: #0BE6FA; }
a { background-color: rgb(11,230,250); }
div.DivClassName
{
background-color: #0BE6FA;
}
.BgClassName
{
background-color: #0BE6FA;
}
</style>
border-color css
<style>
span { border-color: #0BE6FA; }
span { border-color: rgb(11,230,250); }
td.TdClassName
{
border-color: #0BE6FA;
}
.TagClassName
{
border-color: #0BE6FA;
}
</style>