Shades of Aqua #0BF8FF
Tints of Aqua #0BF8FF
RGB
CMYK
RGB Variations
Color information
#0BF8FF (or 0x0BF8FF) is known color: Aqua. HEX triplet: 0B, F8 and FF. RGB value is (11,248,255). Sum of RGB (Red+Green+Blue) = 11+248+255=514 (68% of max value = 765). Red value is 11 (4.69% from 255 or 2.14% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BF8FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF8FF is #F40700. Grayscale: #B1B1B1. Windows color (decimal): -15992577 or 16775179. OLE color: 16775179.
HSL color Cylindrical-coordinate representation of color #0BF8FF: hue angle of 181.72º 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 #0BF8FF is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 248 | 255 | - |
| CMYK | 0.96 | 0.03 | 0 | 0 |
| HSL | 181.72º | 1% | 0.52% | - |
| HSV(B) | 181.72º | 0.96% | 1% | - |
| XYZ | 51.76 | 74.43 | 106.25 | - |
| YUV | 177.94 | 171.48 | 8.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 248 | 255 | 0.96 | 0.03 | 0 | 0 | 181.72 | 1 | 0.52 |
| Hex | B | F8 | FF | 60 | 3 | 0 | 0 | B6 | 64 | 34 |
| Octal | 13 | 370 | 377 | 140 | 3 | 0 | 0 | 266 | 144 | 64 |
| Binary | 1011 | 11111000 | 11111111 | 1100000 | 11 | 0 | 0 | 10110110 | 1100100 | 110100 |
Color Harmonies of #0BF8FF
Complementary color
Monochromatic Colors of #0BF8FF
Black with #0BF8FF
Text Example
Text Example
White with #0BF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF8FF; }
p { color: rgb(11,248,255); }
H1.HeaderClassName
{
color: #0BF8FF;
}
.AnyTagClassName
{
color: #0BF8FF;
}
</style>
background-color css
<style>
a { background-color: #0BF8FF; }
a { background-color: rgb(11,248,255); }
div.DivClassName
{
background-color: #0BF8FF;
}
.BgClassName
{
background-color: #0BF8FF;
}
</style>
border-color css
<style>
span { border-color: #0BF8FF; }
span { border-color: rgb(11,248,255); }
td.TdClassName
{
border-color: #0BF8FF;
}
.TagClassName
{
border-color: #0BF8FF;
}
</style>