Shades of Aqua #0BFEFC
Tints of Aqua #0BFEFC
RGB
CMYK
RGB Variations
Color information
#0BFEFC (or 0x0BFEFC) is known color: Aqua. HEX triplet: 0B, FE and FC. RGB value is (11,254,252). Sum of RGB (Red+Green+Blue) = 11+254+252=517 (68% of max value = 765). Red value is 11 (4.69% from 255 or 2.13% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFEFC is #F40103. Grayscale: #B4B4B4. Windows color (decimal): -15991044 or 16580107. OLE color: 16580107.
HSL color Cylindrical-coordinate representation of color #0BFEFC: hue angle of 179.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFEFC is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 252 | - |
| CMYK | 0.96 | 0 | 0.01 | 0.00 |
| HSL | 179.51º | 0.99% | 0.52% | - |
| HSV(B) | 179.51º | 0.96% | 1% | - |
| XYZ | 53.15 | 77.98 | 104.35 | - |
| YUV | 181.12 | 167.99 | 6.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 252 | 0.96 | 0 | 0.01 | 0.00 | 179.51 | 0.99 | 0.52 |
| Hex | B | FE | FC | 60 | 0 | 1 | 0 | B4 | 63 | 34 |
| Octal | 13 | 376 | 374 | 140 | 0 | 1 | 0 | 264 | 143 | 64 |
| Binary | 1011 | 11111110 | 11111100 | 1100000 | 0 | 1 | 0 | 10110100 | 1100011 | 110100 |
Color Harmonies of #0BFEFC
Complementary color
Monochromatic Colors of #0BFEFC
Black with #0BFEFC
Text Example
Text Example
White with #0BFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFEFC; }
p { color: rgb(11,254,252); }
H1.HeaderClassName
{
color: #0BFEFC;
}
.AnyTagClassName
{
color: #0BFEFC;
}
</style>
background-color css
<style>
a { background-color: #0BFEFC; }
a { background-color: rgb(11,254,252); }
div.DivClassName
{
background-color: #0BFEFC;
}
.BgClassName
{
background-color: #0BFEFC;
}
</style>
border-color css
<style>
span { border-color: #0BFEFC; }
span { border-color: rgb(11,254,252); }
td.TdClassName
{
border-color: #0BFEFC;
}
.TagClassName
{
border-color: #0BFEFC;
}
</style>