Shades of Aqua #0FE7FD
Tints of Aqua #0FE7FD
RGB
CMYK
RGB Variations
Color information
#0FE7FD (or 0x0FE7FD) is known color: Aqua. HEX triplet: 0F, E7 and FD. RGB value is (15,231,253). Sum of RGB (Red+Green+Blue) = 15+231+253=499 (66% of max value = 765). Red value is 15 (6.25% from 255 or 3.01% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FE7FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FE7FD is #F01802. Grayscale: #A8A8A8. Windows color (decimal): -15734787 or 16639759. OLE color: 16639759.
HSL color Cylindrical-coordinate representation of color #0FE7FD: hue angle of 185.55º 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 #0FE7FD is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 231 | 253 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.01 |
| HSL | 185.55º | 0.98% | 0.53% | - |
| HSV(B) | 185.55º | 0.94% | 0.99% | - |
| XYZ | 46.5 | 64.35 | 102.9 | - |
| YUV | 168.92 | 175.44 | 18.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 231 | 253 | 0.94 | 0.09 | 0 | 0.01 | 185.55 | 0.98 | 0.53 |
| Hex | F | E7 | FD | 5E | 9 | 0 | 1 | BA | 62 | 35 |
| Octal | 17 | 347 | 375 | 136 | 11 | 0 | 1 | 272 | 142 | 65 |
| Binary | 1111 | 11100111 | 11111101 | 1011110 | 1001 | 0 | 1 | 10111010 | 1100010 | 110101 |
Color Harmonies of #0FE7FD
Complementary color
Monochromatic Colors of #0FE7FD
Black with #0FE7FD
Text Example
Text Example
White with #0FE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE7FD; }
p { color: rgb(15,231,253); }
H1.HeaderClassName
{
color: #0FE7FD;
}
.AnyTagClassName
{
color: #0FE7FD;
}
</style>
background-color css
<style>
a { background-color: #0FE7FD; }
a { background-color: rgb(15,231,253); }
div.DivClassName
{
background-color: #0FE7FD;
}
.BgClassName
{
background-color: #0FE7FD;
}
</style>
border-color css
<style>
span { border-color: #0FE7FD; }
span { border-color: rgb(15,231,253); }
td.TdClassName
{
border-color: #0FE7FD;
}
.TagClassName
{
border-color: #0FE7FD;
}
</style>