Shades of Aqua #0BFFFE
Tints of Aqua #0BFFFE
RGB
CMYK
RGB Variations
Color information
#0BFFFE (or 0x0BFFFE) is known color: Aqua. HEX triplet: 0B, FF and FE. RGB value is (11,255,254). Sum of RGB (Red+Green+Blue) = 11+255+254=520 (68% of max value = 765). Red value is 11 (4.69% from 255 or 2.12% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFFFE is #F40001. Grayscale: #B5B5B5. Windows color (decimal): -15990786 or 16711435. OLE color: 16711435.
HSL color Cylindrical-coordinate representation of color #0BFFFE: hue angle of 179.75º 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 #0BFFFE is Cyan = 0.96, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 254 | - |
| CMYK | 0.96 | 0 | 0.00 | 0 |
| HSL | 179.75º | 1% | 0.52% | - |
| HSV(B) | 179.75º | 0.96% | 1% | - |
| XYZ | 53.79 | 78.75 | 106.13 | - |
| YUV | 181.93 | 168.66 | 6.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 254 | 0.96 | 0 | 0.00 | 0 | 179.75 | 1 | 0.52 |
| Hex | B | FF | FE | 60 | 0 | 0 | 0 | B4 | 64 | 34 |
| Octal | 13 | 377 | 376 | 140 | 0 | 0 | 0 | 264 | 144 | 64 |
| Binary | 1011 | 11111111 | 11111110 | 1100000 | 0 | 0 | 0 | 10110100 | 1100100 | 110100 |
Color Harmonies of #0BFFFE
Complementary color
Monochromatic Colors of #0BFFFE
Black with #0BFFFE
Text Example
Text Example
White with #0BFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFFE; }
p { color: rgb(11,255,254); }
H1.HeaderClassName
{
color: #0BFFFE;
}
.AnyTagClassName
{
color: #0BFFFE;
}
</style>
background-color css
<style>
a { background-color: #0BFFFE; }
a { background-color: rgb(11,255,254); }
div.DivClassName
{
background-color: #0BFFFE;
}
.BgClassName
{
background-color: #0BFFFE;
}
</style>
border-color css
<style>
span { border-color: #0BFFFE; }
span { border-color: rgb(11,255,254); }
td.TdClassName
{
border-color: #0BFFFE;
}
.TagClassName
{
border-color: #0BFFFE;
}
</style>