Shades of Aqua #0EF1F3
Tints of Aqua #0EF1F3
RGB
CMYK
RGB Variations
Color information
#0EF1F3 (or 0x0EF1F3) is known color: Aqua. HEX triplet: 0E, F1 and F3. RGB value is (14,241,243). Sum of RGB (Red+Green+Blue) = 14+241+243=498 (65% of max value = 765). Red value is 14 (5.86% from 255 or 2.81% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #0EF1F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF1F3 is #F10E0C. Grayscale: #ADADAD. Windows color (decimal): -15797773 or 15986958. OLE color: 15986958.
HSL color Cylindrical-coordinate representation of color #0EF1F3: hue angle of 180.52º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF1F3 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 241 | 243 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.05 |
| HSL | 180.52º | 0.91% | 0.5% | - |
| HSV(B) | 180.52º | 0.94% | 0.95% | - |
| XYZ | 47.81 | 69.48 | 95.68 | - |
| YUV | 173.36 | 167.29 | 14.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 241 | 243 | 0.94 | 0.01 | 0 | 0.05 | 180.52 | 0.91 | 0.5 |
| Hex | E | F1 | F3 | 5E | 1 | 0 | 5 | B5 | 5B | 32 |
| Octal | 16 | 361 | 363 | 136 | 1 | 0 | 5 | 265 | 133 | 62 |
| Binary | 1110 | 11110001 | 11110011 | 1011110 | 1 | 0 | 101 | 10110101 | 1011011 | 110010 |
Color Harmonies of #0EF1F3
Complementary color
Monochromatic Colors of #0EF1F3
Black with #0EF1F3
Text Example
Text Example
White with #0EF1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF1F3; }
p { color: rgb(14,241,243); }
H1.HeaderClassName
{
color: #0EF1F3;
}
.AnyTagClassName
{
color: #0EF1F3;
}
</style>
background-color css
<style>
a { background-color: #0EF1F3; }
a { background-color: rgb(14,241,243); }
div.DivClassName
{
background-color: #0EF1F3;
}
.BgClassName
{
background-color: #0EF1F3;
}
</style>
border-color css
<style>
span { border-color: #0EF1F3; }
span { border-color: rgb(14,241,243); }
td.TdClassName
{
border-color: #0EF1F3;
}
.TagClassName
{
border-color: #0EF1F3;
}
</style>