Shades of Aqua #0FEEFD
Tints of Aqua #0FEEFD
RGB
CMYK
RGB Variations
Color information
#0FEEFD (or 0x0FEEFD) is known color: Aqua. HEX triplet: 0F, EE and FD. RGB value is (15,238,253). Sum of RGB (Red+Green+Blue) = 15+238+253=506 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.96% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FEEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEEFD is #F01102. Grayscale: #ACACAC. Windows color (decimal): -15732995 or 16641551. OLE color: 16641551.
HSL color Cylindrical-coordinate representation of color #0FEEFD: hue angle of 183.78º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEEFD is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 238 | 253 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.01 |
| HSL | 183.78º | 0.98% | 0.53% | - |
| HSV(B) | 183.78º | 0.94% | 0.99% | - |
| XYZ | 48.5 | 68.34 | 103.56 | - |
| YUV | 173.03 | 173.12 | 15.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 238 | 253 | 0.94 | 0.06 | 0 | 0.01 | 183.78 | 0.98 | 0.53 |
| Hex | F | EE | FD | 5E | 6 | 0 | 1 | B8 | 62 | 35 |
| Octal | 17 | 356 | 375 | 136 | 6 | 0 | 1 | 270 | 142 | 65 |
| Binary | 1111 | 11101110 | 11111101 | 1011110 | 110 | 0 | 1 | 10111000 | 1100010 | 110101 |
Color Harmonies of #0FEEFD
Complementary color
Monochromatic Colors of #0FEEFD
Black with #0FEEFD
Text Example
Text Example
White with #0FEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEEFD; }
p { color: rgb(15,238,253); }
H1.HeaderClassName
{
color: #0FEEFD;
}
.AnyTagClassName
{
color: #0FEEFD;
}
</style>
background-color css
<style>
a { background-color: #0FEEFD; }
a { background-color: rgb(15,238,253); }
div.DivClassName
{
background-color: #0FEEFD;
}
.BgClassName
{
background-color: #0FEEFD;
}
</style>
border-color css
<style>
span { border-color: #0FEEFD; }
span { border-color: rgb(15,238,253); }
td.TdClassName
{
border-color: #0FEEFD;
}
.TagClassName
{
border-color: #0FEEFD;
}
</style>