Shades of Aqua #0FE2FF
Tints of Aqua #0FE2FF
RGB
CMYK
RGB Variations
Color information
#0FE2FF (or 0x0FE2FF) is known color: Aqua. HEX triplet: 0F, E2 and FF. RGB value is (15,226,255). Sum of RGB (Red+Green+Blue) = 15+226+255=496 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FE2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE2FF is #F01D00. Grayscale: #A5A5A5. Windows color (decimal): -15736065 or 16769551. OLE color: 16769551.
HSL color Cylindrical-coordinate representation of color #0FE2FF: hue angle of 187.25º 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 #0FE2FF is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 226 | 255 | - |
| CMYK | 0.94 | 0.11 | 0 | 0 |
| HSL | 187.25º | 1% | 0.53% | - |
| HSV(B) | 187.25º | 0.94% | 1% | - |
| XYZ | 45.44 | 61.71 | 104.12 | - |
| YUV | 166.22 | 178.1 | 20.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 226 | 255 | 0.94 | 0.11 | 0 | 0 | 187.25 | 1 | 0.53 |
| Hex | F | E2 | FF | 5E | B | 0 | 0 | BB | 64 | 35 |
| Octal | 17 | 342 | 377 | 136 | 13 | 0 | 0 | 273 | 144 | 65 |
| Binary | 1111 | 11100010 | 11111111 | 1011110 | 1011 | 0 | 0 | 10111011 | 1100100 | 110101 |
Color Harmonies of #0FE2FF
Complementary color
Monochromatic Colors of #0FE2FF
Black with #0FE2FF
Text Example
Text Example
White with #0FE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE2FF; }
p { color: rgb(15,226,255); }
H1.HeaderClassName
{
color: #0FE2FF;
}
.AnyTagClassName
{
color: #0FE2FF;
}
</style>
background-color css
<style>
a { background-color: #0FE2FF; }
a { background-color: rgb(15,226,255); }
div.DivClassName
{
background-color: #0FE2FF;
}
.BgClassName
{
background-color: #0FE2FF;
}
</style>
border-color css
<style>
span { border-color: #0FE2FF; }
span { border-color: rgb(15,226,255); }
td.TdClassName
{
border-color: #0FE2FF;
}
.TagClassName
{
border-color: #0FE2FF;
}
</style>