Shades of Aqua #0BFFF2
Tints of Aqua #0BFFF2
RGB
CMYK
RGB Variations
Color information
#0BFFF2 (or 0x0BFFF2) is known color: Aqua. HEX triplet: 0B, FF and F2. RGB value is (11,255,242). Sum of RGB (Red+Green+Blue) = 11+255+242=508 (67% of max value = 765). Red value is 11 (4.69% from 255 or 2.17% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFFF2 is #F4000D. Grayscale: #B4B4B4. Windows color (decimal): -15990798 or 15925003. OLE color: 15925003.
HSL color Cylindrical-coordinate representation of color #0BFFF2: hue angle of 176.8º 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 #0BFFF2 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 242 | - |
| CMYK | 0.96 | 0 | 0.05 | 0 |
| HSL | 176.8º | 1% | 0.52% | - |
| HSV(B) | 176.8º | 0.96% | 1% | - |
| XYZ | 51.93 | 78 | 96.32 | - |
| YUV | 180.56 | 162.66 | 7.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 242 | 0.96 | 0 | 0.05 | 0 | 176.8 | 1 | 0.52 |
| Hex | B | FF | F2 | 60 | 0 | 5 | 0 | B1 | 64 | 34 |
| Octal | 13 | 377 | 362 | 140 | 0 | 5 | 0 | 261 | 144 | 64 |
| Binary | 1011 | 11111111 | 11110010 | 1100000 | 0 | 101 | 0 | 10110001 | 1100100 | 110100 |
Color Harmonies of #0BFFF2
Complementary color
Monochromatic Colors of #0BFFF2
Black with #0BFFF2
Text Example
Text Example
White with #0BFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFF2; }
p { color: rgb(11,255,242); }
H1.HeaderClassName
{
color: #0BFFF2;
}
.AnyTagClassName
{
color: #0BFFF2;
}
</style>
background-color css
<style>
a { background-color: #0BFFF2; }
a { background-color: rgb(11,255,242); }
div.DivClassName
{
background-color: #0BFFF2;
}
.BgClassName
{
background-color: #0BFFF2;
}
</style>
border-color css
<style>
span { border-color: #0BFFF2; }
span { border-color: rgb(11,255,242); }
td.TdClassName
{
border-color: #0BFFF2;
}
.TagClassName
{
border-color: #0BFFF2;
}
</style>