Shades of Aqua #0FE7F9
Tints of Aqua #0FE7F9
RGB
CMYK
RGB Variations
Color information
#0FE7F9 (or 0x0FE7F9) is known color: Aqua. HEX triplet: 0F, E7 and F9. RGB value is (15,231,249). Sum of RGB (Red+Green+Blue) = 15+231+249=495 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.03% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #0FE7F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FE7F9 is #F01806. Grayscale: #A8A8A8. Windows color (decimal): -15734791 or 16377615. OLE color: 16377615.
HSL color Cylindrical-coordinate representation of color #0FE7F9: hue angle of 184.62º degrees, saturation: 0.95, 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 #0FE7F9 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 231 | 249 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.02 |
| HSL | 184.62º | 0.95% | 0.52% | - |
| HSV(B) | 184.62º | 0.94% | 0.98% | - |
| XYZ | 45.87 | 64.09 | 99.58 | - |
| YUV | 168.47 | 173.44 | 18.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 231 | 249 | 0.94 | 0.07 | 0 | 0.02 | 184.62 | 0.95 | 0.52 |
| Hex | F | E7 | F9 | 5E | 7 | 0 | 2 | B9 | 5F | 34 |
| Octal | 17 | 347 | 371 | 136 | 7 | 0 | 2 | 271 | 137 | 64 |
| Binary | 1111 | 11100111 | 11111001 | 1011110 | 111 | 0 | 10 | 10111001 | 1011111 | 110100 |
Color Harmonies of #0FE7F9
Complementary color
Monochromatic Colors of #0FE7F9
Black with #0FE7F9
Text Example
Text Example
White with #0FE7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE7F9; }
p { color: rgb(15,231,249); }
H1.HeaderClassName
{
color: #0FE7F9;
}
.AnyTagClassName
{
color: #0FE7F9;
}
</style>
background-color css
<style>
a { background-color: #0FE7F9; }
a { background-color: rgb(15,231,249); }
div.DivClassName
{
background-color: #0FE7F9;
}
.BgClassName
{
background-color: #0FE7F9;
}
</style>
border-color css
<style>
span { border-color: #0FE7F9; }
span { border-color: rgb(15,231,249); }
td.TdClassName
{
border-color: #0FE7F9;
}
.TagClassName
{
border-color: #0FE7F9;
}
</style>