Shades of Aqua #0BFBFF
Tints of Aqua #0BFBFF
RGB
CMYK
RGB Variations
Color information
#0BFBFF (or 0x0BFBFF) is known color: Aqua. HEX triplet: 0B, FB and FF. RGB value is (11,251,255). Sum of RGB (Red+Green+Blue) = 11+251+255=517 (68% of max value = 765). Red value is 11 (4.69% from 255 or 2.13% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BFBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFBFF is #F40400. Grayscale: #B3B3B3. Windows color (decimal): -15991809 or 16775947. OLE color: 16775947.
HSL color Cylindrical-coordinate representation of color #0BFBFF: hue angle of 180.98º 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 #0BFBFF is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 251 | 255 | - |
| CMYK | 0.96 | 0.02 | 0 | 0 |
| HSL | 180.98º | 1% | 0.52% | - |
| HSV(B) | 180.98º | 0.96% | 1% | - |
| XYZ | 52.69 | 76.29 | 106.56 | - |
| YUV | 179.7 | 170.49 | 7.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 255 | 0.96 | 0.02 | 0 | 0 | 180.98 | 1 | 0.52 |
| Hex | B | FB | FF | 60 | 2 | 0 | 0 | B5 | 64 | 34 |
| Octal | 13 | 373 | 377 | 140 | 2 | 0 | 0 | 265 | 144 | 64 |
| Binary | 1011 | 11111011 | 11111111 | 1100000 | 10 | 0 | 0 | 10110101 | 1100100 | 110100 |
Color Harmonies of #0BFBFF
Complementary color
Monochromatic Colors of #0BFBFF
Black with #0BFBFF
Text Example
Text Example
White with #0BFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBFF; }
p { color: rgb(11,251,255); }
H1.HeaderClassName
{
color: #0BFBFF;
}
.AnyTagClassName
{
color: #0BFBFF;
}
</style>
background-color css
<style>
a { background-color: #0BFBFF; }
a { background-color: rgb(11,251,255); }
div.DivClassName
{
background-color: #0BFBFF;
}
.BgClassName
{
background-color: #0BFBFF;
}
</style>
border-color css
<style>
span { border-color: #0BFBFF; }
span { border-color: rgb(11,251,255); }
td.TdClassName
{
border-color: #0BFBFF;
}
.TagClassName
{
border-color: #0BFBFF;
}
</style>