Shades of Aqua #0FE5FB
Tints of Aqua #0FE5FB
RGB
CMYK
RGB Variations
Color information
#0FE5FB (or 0x0FE5FB) is known color: Aqua. HEX triplet: 0F, E5 and FB. RGB value is (15,229,251). Sum of RGB (Red+Green+Blue) = 15+229+251=495 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.03% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FE5FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE5FB is #F01A04. Grayscale: #A7A7A7. Windows color (decimal): -15735301 or 16508175. OLE color: 16508175.
HSL color Cylindrical-coordinate representation of color #0FE5FB: hue angle of 185.59º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE5FB is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 229 | 251 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.02 |
| HSL | 185.59º | 0.97% | 0.52% | - |
| HSV(B) | 185.59º | 0.94% | 0.98% | - |
| XYZ | 45.63 | 63.11 | 101.04 | - |
| YUV | 167.52 | 175.1 | 19.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 229 | 251 | 0.94 | 0.09 | 0 | 0.02 | 185.59 | 0.97 | 0.52 |
| Hex | F | E5 | FB | 5E | 9 | 0 | 2 | BA | 61 | 34 |
| Octal | 17 | 345 | 373 | 136 | 11 | 0 | 2 | 272 | 141 | 64 |
| Binary | 1111 | 11100101 | 11111011 | 1011110 | 1001 | 0 | 10 | 10111010 | 1100001 | 110100 |
Color Harmonies of #0FE5FB
Complementary color
Monochromatic Colors of #0FE5FB
Black with #0FE5FB
Text Example
Text Example
White with #0FE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE5FB; }
p { color: rgb(15,229,251); }
H1.HeaderClassName
{
color: #0FE5FB;
}
.AnyTagClassName
{
color: #0FE5FB;
}
</style>
background-color css
<style>
a { background-color: #0FE5FB; }
a { background-color: rgb(15,229,251); }
div.DivClassName
{
background-color: #0FE5FB;
}
.BgClassName
{
background-color: #0FE5FB;
}
</style>
border-color css
<style>
span { border-color: #0FE5FB; }
span { border-color: rgb(15,229,251); }
td.TdClassName
{
border-color: #0FE5FB;
}
.TagClassName
{
border-color: #0FE5FB;
}
</style>