Shades of Aqua #0FF9FF
Tints of Aqua #0FF9FF
RGB
CMYK
RGB Variations
Color information
#0FF9FF (or 0x0FF9FF) is known color: Aqua. HEX triplet: 0F, F9 and FF. RGB value is (15,249,255). Sum of RGB (Red+Green+Blue) = 15+249+255=519 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.89% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FF9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF9FF is #F00600. Grayscale: #B3B3B3. Windows color (decimal): -15730177 or 16775439. OLE color: 16775439.
HSL color Cylindrical-coordinate representation of color #0FF9FF: hue angle of 181.5º 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 #0FF9FF is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 249 | 255 | - |
| CMYK | 0.94 | 0.02 | 0 | 0 |
| HSL | 181.5º | 1% | 0.53% | - |
| HSV(B) | 181.5º | 0.94% | 1% | - |
| XYZ | 52.12 | 75.07 | 106.35 | - |
| YUV | 179.72 | 170.48 | 10.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 249 | 255 | 0.94 | 0.02 | 0 | 0 | 181.5 | 1 | 0.53 |
| Hex | F | F9 | FF | 5E | 2 | 0 | 0 | B6 | 64 | 35 |
| Octal | 17 | 371 | 377 | 136 | 2 | 0 | 0 | 266 | 144 | 65 |
| Binary | 1111 | 11111001 | 11111111 | 1011110 | 10 | 0 | 0 | 10110110 | 1100100 | 110101 |
Color Harmonies of #0FF9FF
Complementary color
Monochromatic Colors of #0FF9FF
Black with #0FF9FF
Text Example
Text Example
White with #0FF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF9FF; }
p { color: rgb(15,249,255); }
H1.HeaderClassName
{
color: #0FF9FF;
}
.AnyTagClassName
{
color: #0FF9FF;
}
</style>
background-color css
<style>
a { background-color: #0FF9FF; }
a { background-color: rgb(15,249,255); }
div.DivClassName
{
background-color: #0FF9FF;
}
.BgClassName
{
background-color: #0FF9FF;
}
</style>
border-color css
<style>
span { border-color: #0FF9FF; }
span { border-color: rgb(15,249,255); }
td.TdClassName
{
border-color: #0FF9FF;
}
.TagClassName
{
border-color: #0FF9FF;
}
</style>