Shades of Aqua #0FEDFE
Tints of Aqua #0FEDFE
RGB
CMYK
RGB Variations
Color information
#0FEDFE (or 0x0FEDFE) is known color: Aqua. HEX triplet: 0F, ED and FE. RGB value is (15,237,254). Sum of RGB (Red+Green+Blue) = 15+237+254=506 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.96% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FEDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEDFE is #F01201. Grayscale: #ACACAC. Windows color (decimal): -15733250 or 16706831. OLE color: 16706831.
HSL color Cylindrical-coordinate representation of color #0FEDFE: hue angle of 184.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEDFE is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 237 | 254 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.00 |
| HSL | 184.27º | 0.99% | 0.53% | - |
| HSV(B) | 184.27º | 0.94% | 1% | - |
| XYZ | 48.37 | 67.83 | 104.31 | - |
| YUV | 172.56 | 173.95 | 15.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 237 | 254 | 0.94 | 0.07 | 0 | 0.00 | 184.27 | 0.99 | 0.53 |
| Hex | F | ED | FE | 5E | 7 | 0 | 0 | B8 | 63 | 35 |
| Octal | 17 | 355 | 376 | 136 | 7 | 0 | 0 | 270 | 143 | 65 |
| Binary | 1111 | 11101101 | 11111110 | 1011110 | 111 | 0 | 0 | 10111000 | 1100011 | 110101 |
Color Harmonies of #0FEDFE
Complementary color
Monochromatic Colors of #0FEDFE
Black with #0FEDFE
Text Example
Text Example
White with #0FEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEDFE; }
p { color: rgb(15,237,254); }
H1.HeaderClassName
{
color: #0FEDFE;
}
.AnyTagClassName
{
color: #0FEDFE;
}
</style>
background-color css
<style>
a { background-color: #0FEDFE; }
a { background-color: rgb(15,237,254); }
div.DivClassName
{
background-color: #0FEDFE;
}
.BgClassName
{
background-color: #0FEDFE;
}
</style>
border-color css
<style>
span { border-color: #0FEDFE; }
span { border-color: rgb(15,237,254); }
td.TdClassName
{
border-color: #0FEDFE;
}
.TagClassName
{
border-color: #0FEDFE;
}
</style>