Shades of Aqua #0FF5FA
Tints of Aqua #0FF5FA
RGB
CMYK
RGB Variations
Color information
#0FF5FA (or 0x0FF5FA) is known color: Aqua. HEX triplet: 0F, F5 and FA. RGB value is (15,245,250). Sum of RGB (Red+Green+Blue) = 15+245+250=510 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.94% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #0FF5FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF5FA is #F00A05. Grayscale: #B0B0B0. Windows color (decimal): -15731206 or 16446735. OLE color: 16446735.
HSL color Cylindrical-coordinate representation of color #0FF5FA: hue angle of 181.28º degrees, saturation: 0.96, 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 #0FF5FA is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 245 | 250 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.02 |
| HSL | 181.28º | 0.96% | 0.52% | - |
| HSV(B) | 181.28º | 0.94% | 0.98% | - |
| XYZ | 50.1 | 72.31 | 101.76 | - |
| YUV | 176.8 | 169.3 | 12.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 245 | 250 | 0.94 | 0.02 | 0 | 0.02 | 181.28 | 0.96 | 0.52 |
| Hex | F | F5 | FA | 5E | 2 | 0 | 2 | B5 | 60 | 34 |
| Octal | 17 | 365 | 372 | 136 | 2 | 0 | 2 | 265 | 140 | 64 |
| Binary | 1111 | 11110101 | 11111010 | 1011110 | 10 | 0 | 10 | 10110101 | 1100000 | 110100 |
Color Harmonies of #0FF5FA
Complementary color
Monochromatic Colors of #0FF5FA
Black with #0FF5FA
Text Example
Text Example
White with #0FF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF5FA; }
p { color: rgb(15,245,250); }
H1.HeaderClassName
{
color: #0FF5FA;
}
.AnyTagClassName
{
color: #0FF5FA;
}
</style>
background-color css
<style>
a { background-color: #0FF5FA; }
a { background-color: rgb(15,245,250); }
div.DivClassName
{
background-color: #0FF5FA;
}
.BgClassName
{
background-color: #0FF5FA;
}
</style>
border-color css
<style>
span { border-color: #0FF5FA; }
span { border-color: rgb(15,245,250); }
td.TdClassName
{
border-color: #0FF5FA;
}
.TagClassName
{
border-color: #0FF5FA;
}
</style>