Shades of Aqua #0BF9FF
Tints of Aqua #0BF9FF
RGB
CMYK
RGB Variations
Color information
#0BF9FF (or 0x0BF9FF) is known color: Aqua. HEX triplet: 0B, F9 and FF. RGB value is (11,249,255). Sum of RGB (Red+Green+Blue) = 11+249+255=515 (68% of max value = 765). Red value is 11 (4.69% from 255 or 2.14% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BF9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF9FF is #F40600. Grayscale: #B2B2B2. Windows color (decimal): -15992321 or 16775435. OLE color: 16775435.
HSL color Cylindrical-coordinate representation of color #0BF9FF: hue angle of 181.48º 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 #0BF9FF is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 249 | 255 | - |
| CMYK | 0.96 | 0.02 | 0 | 0 |
| HSL | 181.48º | 1% | 0.52% | - |
| HSV(B) | 181.48º | 0.96% | 1% | - |
| XYZ | 52.06 | 75.04 | 106.35 | - |
| YUV | 178.52 | 171.15 | 8.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 249 | 255 | 0.96 | 0.02 | 0 | 0 | 181.48 | 1 | 0.52 |
| Hex | B | F9 | FF | 60 | 2 | 0 | 0 | B5 | 64 | 34 |
| Octal | 13 | 371 | 377 | 140 | 2 | 0 | 0 | 265 | 144 | 64 |
| Binary | 1011 | 11111001 | 11111111 | 1100000 | 10 | 0 | 0 | 10110101 | 1100100 | 110100 |
Color Harmonies of #0BF9FF
Complementary color
Monochromatic Colors of #0BF9FF
Black with #0BF9FF
Text Example
Text Example
White with #0BF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF9FF; }
p { color: rgb(11,249,255); }
H1.HeaderClassName
{
color: #0BF9FF;
}
.AnyTagClassName
{
color: #0BF9FF;
}
</style>
background-color css
<style>
a { background-color: #0BF9FF; }
a { background-color: rgb(11,249,255); }
div.DivClassName
{
background-color: #0BF9FF;
}
.BgClassName
{
background-color: #0BF9FF;
}
</style>
border-color css
<style>
span { border-color: #0BF9FF; }
span { border-color: rgb(11,249,255); }
td.TdClassName
{
border-color: #0BF9FF;
}
.TagClassName
{
border-color: #0BF9FF;
}
</style>