Shades of Aqua #0EF2FC
Tints of Aqua #0EF2FC
RGB
CMYK
RGB Variations
Color information
#0EF2FC (or 0x0EF2FC) is known color: Aqua. HEX triplet: 0E, F2 and FC. RGB value is (14,242,252). Sum of RGB (Red+Green+Blue) = 14+242+252=508 (67% of max value = 765). Red value is 14 (5.86% from 255 or 2.76% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #0EF2FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF2FC is #F10D03. Grayscale: #AEAEAE. Windows color (decimal): -15797508 or 16577038. OLE color: 16577038.
HSL color Cylindrical-coordinate representation of color #0EF2FC: hue angle of 182.52º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF2FC is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 242 | 252 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.01 |
| HSL | 182.52º | 0.98% | 0.52% | - |
| HSV(B) | 182.52º | 0.94% | 0.99% | - |
| XYZ | 49.5 | 70.63 | 103.12 | - |
| YUV | 174.97 | 171.46 | 13.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 252 | 0.94 | 0.04 | 0 | 0.01 | 182.52 | 0.98 | 0.52 |
| Hex | E | F2 | FC | 5E | 4 | 0 | 1 | B7 | 62 | 34 |
| Octal | 16 | 362 | 374 | 136 | 4 | 0 | 1 | 267 | 142 | 64 |
| Binary | 1110 | 11110010 | 11111100 | 1011110 | 100 | 0 | 1 | 10110111 | 1100010 | 110100 |
Color Harmonies of #0EF2FC
Complementary color
Monochromatic Colors of #0EF2FC
Black with #0EF2FC
Text Example
Text Example
White with #0EF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF2FC; }
p { color: rgb(14,242,252); }
H1.HeaderClassName
{
color: #0EF2FC;
}
.AnyTagClassName
{
color: #0EF2FC;
}
</style>
background-color css
<style>
a { background-color: #0EF2FC; }
a { background-color: rgb(14,242,252); }
div.DivClassName
{
background-color: #0EF2FC;
}
.BgClassName
{
background-color: #0EF2FC;
}
</style>
border-color css
<style>
span { border-color: #0EF2FC; }
span { border-color: rgb(14,242,252); }
td.TdClassName
{
border-color: #0EF2FC;
}
.TagClassName
{
border-color: #0EF2FC;
}
</style>