Shades of Aqua #0FEAFD
Tints of Aqua #0FEAFD
RGB
CMYK
RGB Variations
Color information
#0FEAFD (or 0x0FEAFD) is known color: Aqua. HEX triplet: 0F, EA and FD. RGB value is (15,234,253). Sum of RGB (Red+Green+Blue) = 15+234+253=502 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.99% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FEAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEAFD is #F01502. Grayscale: #AAAAAA. Windows color (decimal): -15734019 or 16640527. OLE color: 16640527.
HSL color Cylindrical-coordinate representation of color #0FEAFD: hue angle of 184.79º 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 #0FEAFD is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 234 | 253 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.01 |
| HSL | 184.79º | 0.98% | 0.53% | - |
| HSV(B) | 184.79º | 0.94% | 0.99% | - |
| XYZ | 47.35 | 66.04 | 103.18 | - |
| YUV | 170.69 | 174.45 | 16.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 253 | 0.94 | 0.08 | 0 | 0.01 | 184.79 | 0.98 | 0.53 |
| Hex | F | EA | FD | 5E | 8 | 0 | 1 | B9 | 62 | 35 |
| Octal | 17 | 352 | 375 | 136 | 10 | 0 | 1 | 271 | 142 | 65 |
| Binary | 1111 | 11101010 | 11111101 | 1011110 | 1000 | 0 | 1 | 10111001 | 1100010 | 110101 |
Color Harmonies of #0FEAFD
Complementary color
Monochromatic Colors of #0FEAFD
Black with #0FEAFD
Text Example
Text Example
White with #0FEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEAFD; }
p { color: rgb(15,234,253); }
H1.HeaderClassName
{
color: #0FEAFD;
}
.AnyTagClassName
{
color: #0FEAFD;
}
</style>
background-color css
<style>
a { background-color: #0FEAFD; }
a { background-color: rgb(15,234,253); }
div.DivClassName
{
background-color: #0FEAFD;
}
.BgClassName
{
background-color: #0FEAFD;
}
</style>
border-color css
<style>
span { border-color: #0FEAFD; }
span { border-color: rgb(15,234,253); }
td.TdClassName
{
border-color: #0FEAFD;
}
.TagClassName
{
border-color: #0FEAFD;
}
</style>