Shades of Aqua #0FEDFF
Tints of Aqua #0FEDFF
RGB
CMYK
RGB Variations
Color information
#0FEDFF (or 0x0FEDFF) is known color: Aqua. HEX triplet: 0F, ED and FF. RGB value is (15,237,255). Sum of RGB (Red+Green+Blue) = 15+237+255=507 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.96% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FEDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEDFF is #F01200. Grayscale: #ACACAC. Windows color (decimal): -15733249 or 16772367. OLE color: 16772367.
HSL color Cylindrical-coordinate representation of color #0FEDFF: hue angle of 184.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEDFF is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 237 | 255 | - |
| CMYK | 0.94 | 0.07 | 0 | 0 |
| HSL | 184.5º | 1% | 0.53% | - |
| HSV(B) | 184.5º | 0.94% | 1% | - |
| XYZ | 48.53 | 67.89 | 105.15 | - |
| YUV | 172.67 | 174.45 | 15.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 255 | 0.94 | 0.07 | 0 | 0 | 184.5 | 1 | 0.53 |
| Hex | F | ED | FF | 5E | 7 | 0 | 0 | B8 | 64 | 35 |
| Octal | 17 | 355 | 377 | 136 | 7 | 0 | 0 | 270 | 144 | 65 |
| Binary | 1111 | 11101101 | 11111111 | 1011110 | 111 | 0 | 0 | 10111000 | 1100100 | 110101 |
Color Harmonies of #0FEDFF
Complementary color
Monochromatic Colors of #0FEDFF
Black with #0FEDFF
Text Example
Text Example
White with #0FEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEDFF; }
p { color: rgb(15,237,255); }
H1.HeaderClassName
{
color: #0FEDFF;
}
.AnyTagClassName
{
color: #0FEDFF;
}
</style>
background-color css
<style>
a { background-color: #0FEDFF; }
a { background-color: rgb(15,237,255); }
div.DivClassName
{
background-color: #0FEDFF;
}
.BgClassName
{
background-color: #0FEDFF;
}
</style>
border-color css
<style>
span { border-color: #0FEDFF; }
span { border-color: rgb(15,237,255); }
td.TdClassName
{
border-color: #0FEDFF;
}
.TagClassName
{
border-color: #0FEDFF;
}
</style>