Shades of Aqua #0FE9FF
Tints of Aqua #0FE9FF
RGB
CMYK
RGB Variations
Color information
#0FE9FF (or 0x0FE9FF) is known color: Aqua. HEX triplet: 0F, E9 and FF. RGB value is (15,233,255). Sum of RGB (Red+Green+Blue) = 15+233+255=503 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.98% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FE9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FE9FF is #F01600. Grayscale: #AAAAAA. Windows color (decimal): -15734273 or 16771343. OLE color: 16771343.
HSL color Cylindrical-coordinate representation of color #0FE9FF: hue angle of 185.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 #0FE9FF is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 233 | 255 | - |
| CMYK | 0.94 | 0.09 | 0 | 0 |
| HSL | 185.5º | 1% | 0.53% | - |
| HSV(B) | 185.5º | 0.94% | 1% | - |
| XYZ | 47.39 | 65.6 | 104.77 | - |
| YUV | 170.33 | 175.78 | 17.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 255 | 0.94 | 0.09 | 0 | 0 | 185.5 | 1 | 0.53 |
| Hex | F | E9 | FF | 5E | 9 | 0 | 0 | BA | 64 | 35 |
| Octal | 17 | 351 | 377 | 136 | 11 | 0 | 0 | 272 | 144 | 65 |
| Binary | 1111 | 11101001 | 11111111 | 1011110 | 1001 | 0 | 0 | 10111010 | 1100100 | 110101 |
Color Harmonies of #0FE9FF
Complementary color
Monochromatic Colors of #0FE9FF
Black with #0FE9FF
Text Example
Text Example
White with #0FE9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE9FF; }
p { color: rgb(15,233,255); }
H1.HeaderClassName
{
color: #0FE9FF;
}
.AnyTagClassName
{
color: #0FE9FF;
}
</style>
background-color css
<style>
a { background-color: #0FE9FF; }
a { background-color: rgb(15,233,255); }
div.DivClassName
{
background-color: #0FE9FF;
}
.BgClassName
{
background-color: #0FE9FF;
}
</style>
border-color css
<style>
span { border-color: #0FE9FF; }
span { border-color: rgb(15,233,255); }
td.TdClassName
{
border-color: #0FE9FF;
}
.TagClassName
{
border-color: #0FE9FF;
}
</style>