Shades of Aqua #0FF9FE
Tints of Aqua #0FF9FE
RGB
CMYK
RGB Variations
Color information
#0FF9FE (or 0x0FF9FE) is known color: Aqua. HEX triplet: 0F, F9 and FE. RGB value is (15,249,254). Sum of RGB (Red+Green+Blue) = 15+249+254=518 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.90% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FF9FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF9FE is #F00601. Grayscale: #B3B3B3. Windows color (decimal): -15730178 or 16709903. OLE color: 16709903.
HSL color Cylindrical-coordinate representation of color #0FF9FE: hue angle of 181.26º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF9FE is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 249 | 254 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.00 |
| HSL | 181.26º | 0.99% | 0.53% | - |
| HSV(B) | 181.26º | 0.94% | 1% | - |
| XYZ | 51.96 | 75.01 | 105.51 | - |
| YUV | 179.6 | 169.98 | 10.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 254 | 0.94 | 0.02 | 0 | 0.00 | 181.26 | 0.99 | 0.53 |
| Hex | F | F9 | FE | 5E | 2 | 0 | 0 | B5 | 63 | 35 |
| Octal | 17 | 371 | 376 | 136 | 2 | 0 | 0 | 265 | 143 | 65 |
| Binary | 1111 | 11111001 | 11111110 | 1011110 | 10 | 0 | 0 | 10110101 | 1100011 | 110101 |
Color Harmonies of #0FF9FE
Complementary color
Monochromatic Colors of #0FF9FE
Black with #0FF9FE
Text Example
Text Example
White with #0FF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF9FE; }
p { color: rgb(15,249,254); }
H1.HeaderClassName
{
color: #0FF9FE;
}
.AnyTagClassName
{
color: #0FF9FE;
}
</style>
background-color css
<style>
a { background-color: #0FF9FE; }
a { background-color: rgb(15,249,254); }
div.DivClassName
{
background-color: #0FF9FE;
}
.BgClassName
{
background-color: #0FF9FE;
}
</style>
border-color css
<style>
span { border-color: #0FF9FE; }
span { border-color: rgb(15,249,254); }
td.TdClassName
{
border-color: #0FF9FE;
}
.TagClassName
{
border-color: #0FF9FE;
}
</style>