Shades of Aqua #0FFDEF
Tints of Aqua #0FFDEF
RGB
CMYK
RGB Variations
Color information
#0FFDEF (or 0x0FFDEF) is known color: Aqua. HEX triplet: 0F, FD and EF. RGB value is (15,253,239). Sum of RGB (Red+Green+Blue) = 15+253+239=507 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.96% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFDEF is #F00210. Grayscale: #B4B4B4. Windows color (decimal): -15729169 or 15727887. OLE color: 15727887.
HSL color Cylindrical-coordinate representation of color #0FFDEF: hue angle of 176.47º 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 #0FFDEF is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 239 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.01 |
| HSL | 176.47º | 0.98% | 0.53% | - |
| HSV(B) | 176.47º | 0.94% | 0.99% | - |
| XYZ | 50.9 | 76.58 | 93.76 | - |
| YUV | 180.24 | 161.15 | 10.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 239 | 0.94 | 0 | 0.06 | 0.01 | 176.47 | 0.98 | 0.53 |
| Hex | F | FD | EF | 5E | 0 | 6 | 1 | B0 | 62 | 35 |
| Octal | 17 | 375 | 357 | 136 | 0 | 6 | 1 | 260 | 142 | 65 |
| Binary | 1111 | 11111101 | 11101111 | 1011110 | 0 | 110 | 1 | 10110000 | 1100010 | 110101 |
Color Harmonies of #0FFDEF
Complementary color
Monochromatic Colors of #0FFDEF
Black with #0FFDEF
Text Example
Text Example
White with #0FFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDEF; }
p { color: rgb(15,253,239); }
H1.HeaderClassName
{
color: #0FFDEF;
}
.AnyTagClassName
{
color: #0FFDEF;
}
</style>
background-color css
<style>
a { background-color: #0FFDEF; }
a { background-color: rgb(15,253,239); }
div.DivClassName
{
background-color: #0FFDEF;
}
.BgClassName
{
background-color: #0FFDEF;
}
</style>
border-color css
<style>
span { border-color: #0FFDEF; }
span { border-color: rgb(15,253,239); }
td.TdClassName
{
border-color: #0FFDEF;
}
.TagClassName
{
border-color: #0FFDEF;
}
</style>