Shades of Aqua #0EF0FD
Tints of Aqua #0EF0FD
RGB
CMYK
RGB Variations
Color information
#0EF0FD (or 0x0EF0FD) is known color: Aqua. HEX triplet: 0E, F0 and FD. RGB value is (14,240,253). Sum of RGB (Red+Green+Blue) = 14+240+253=507 (67% of max value = 765). Red value is 14 (5.86% from 255 or 2.76% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #0EF0FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EF0FD is #F10F02. Grayscale: #ADADAD. Windows color (decimal): -15798019 or 16642062. OLE color: 16642062.
HSL color Cylindrical-coordinate representation of color #0EF0FD: hue angle of 183.26º 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 #0EF0FD is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 240 | 253 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.01 |
| HSL | 183.26º | 0.98% | 0.52% | - |
| HSV(B) | 183.26º | 0.94% | 0.99% | - |
| XYZ | 49.07 | 69.51 | 103.76 | - |
| YUV | 173.91 | 172.63 | 13.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 240 | 253 | 0.94 | 0.05 | 0 | 0.01 | 183.26 | 0.98 | 0.52 |
| Hex | E | F0 | FD | 5E | 5 | 0 | 1 | B7 | 62 | 34 |
| Octal | 16 | 360 | 375 | 136 | 5 | 0 | 1 | 267 | 142 | 64 |
| Binary | 1110 | 11110000 | 11111101 | 1011110 | 101 | 0 | 1 | 10110111 | 1100010 | 110100 |
Color Harmonies of #0EF0FD
Complementary color
Monochromatic Colors of #0EF0FD
Black with #0EF0FD
Text Example
Text Example
White with #0EF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF0FD; }
p { color: rgb(14,240,253); }
H1.HeaderClassName
{
color: #0EF0FD;
}
.AnyTagClassName
{
color: #0EF0FD;
}
</style>
background-color css
<style>
a { background-color: #0EF0FD; }
a { background-color: rgb(14,240,253); }
div.DivClassName
{
background-color: #0EF0FD;
}
.BgClassName
{
background-color: #0EF0FD;
}
</style>
border-color css
<style>
span { border-color: #0EF0FD; }
span { border-color: rgb(14,240,253); }
td.TdClassName
{
border-color: #0EF0FD;
}
.TagClassName
{
border-color: #0EF0FD;
}
</style>