Shades of Aqua #0FFBFF
Tints of Aqua #0FFBFF
RGB
CMYK
RGB Variations
Color information
#0FFBFF (or 0x0FFBFF) is known color: Aqua. HEX triplet: 0F, FB and FF. RGB value is (15,251,255). Sum of RGB (Red+Green+Blue) = 15+251+255=521 (69% of max value = 765). Red value is 15 (6.25% from 255 or 2.88% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FFBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFBFF is #F00400. Grayscale: #B4B4B4. Windows color (decimal): -15729665 or 16775951. OLE color: 16775951.
HSL color Cylindrical-coordinate representation of color #0FFBFF: hue angle of 181º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBFF is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 251 | 255 | - |
| CMYK | 0.94 | 0.02 | 0 | 0 |
| HSL | 181º | 1% | 0.53% | - |
| HSV(B) | 181º | 0.94% | 1% | - |
| XYZ | 52.74 | 76.32 | 106.56 | - |
| YUV | 180.89 | 169.81 | 9.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 255 | 0.94 | 0.02 | 0 | 0 | 181 | 1 | 0.53 |
| Hex | F | FB | FF | 5E | 2 | 0 | 0 | B5 | 64 | 35 |
| Octal | 17 | 373 | 377 | 136 | 2 | 0 | 0 | 265 | 144 | 65 |
| Binary | 1111 | 11111011 | 11111111 | 1011110 | 10 | 0 | 0 | 10110101 | 1100100 | 110101 |
Color Harmonies of #0FFBFF
Complementary color
Monochromatic Colors of #0FFBFF
Black with #0FFBFF
Text Example
Text Example
White with #0FFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBFF; }
p { color: rgb(15,251,255); }
H1.HeaderClassName
{
color: #0FFBFF;
}
.AnyTagClassName
{
color: #0FFBFF;
}
</style>
background-color css
<style>
a { background-color: #0FFBFF; }
a { background-color: rgb(15,251,255); }
div.DivClassName
{
background-color: #0FFBFF;
}
.BgClassName
{
background-color: #0FFBFF;
}
</style>
border-color css
<style>
span { border-color: #0FFBFF; }
span { border-color: rgb(15,251,255); }
td.TdClassName
{
border-color: #0FFBFF;
}
.TagClassName
{
border-color: #0FFBFF;
}
</style>