Shades of Aqua #0BF6FF
Tints of Aqua #0BF6FF
RGB
CMYK
RGB Variations
Color information
#0BF6FF (or 0x0BF6FF) is known color: Aqua. HEX triplet: 0B, F6 and FF. RGB value is (11,246,255). Sum of RGB (Red+Green+Blue) = 11+246+255=512 (67% of max value = 765). Red value is 11 (4.69% from 255 or 2.15% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BF6FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF6FF is #F40900. Grayscale: #B0B0B0. Windows color (decimal): -15993089 or 16774667. OLE color: 16774667.
HSL color Cylindrical-coordinate representation of color #0BF6FF: hue angle of 182.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF6FF is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 246 | 255 | - |
| CMYK | 0.96 | 0.04 | 0 | 0 |
| HSL | 182.21º | 1% | 0.52% | - |
| HSV(B) | 182.21º | 0.96% | 1% | - |
| XYZ | 51.14 | 73.2 | 106.04 | - |
| YUV | 176.76 | 172.14 | 9.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 246 | 255 | 0.96 | 0.04 | 0 | 0 | 182.21 | 1 | 0.52 |
| Hex | B | F6 | FF | 60 | 4 | 0 | 0 | B6 | 64 | 34 |
| Octal | 13 | 366 | 377 | 140 | 4 | 0 | 0 | 266 | 144 | 64 |
| Binary | 1011 | 11110110 | 11111111 | 1100000 | 100 | 0 | 0 | 10110110 | 1100100 | 110100 |
Color Harmonies of #0BF6FF
Complementary color
Monochromatic Colors of #0BF6FF
Black with #0BF6FF
Text Example
Text Example
White with #0BF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF6FF; }
p { color: rgb(11,246,255); }
H1.HeaderClassName
{
color: #0BF6FF;
}
.AnyTagClassName
{
color: #0BF6FF;
}
</style>
background-color css
<style>
a { background-color: #0BF6FF; }
a { background-color: rgb(11,246,255); }
div.DivClassName
{
background-color: #0BF6FF;
}
.BgClassName
{
background-color: #0BF6FF;
}
</style>
border-color css
<style>
span { border-color: #0BF6FF; }
span { border-color: rgb(11,246,255); }
td.TdClassName
{
border-color: #0BF6FF;
}
.TagClassName
{
border-color: #0BF6FF;
}
</style>