Shades of Aqua #0DFEED
Tints of Aqua #0DFEED
RGB
CMYK
RGB Variations
Color information
#0DFEED (or 0x0DFEED) is known color: Aqua. HEX triplet: 0D, FE and ED. RGB value is (13,254,237). Sum of RGB (Red+Green+Blue) = 13+254+237=504 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.58% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFEED is #F20112. Grayscale: #B3B3B3. Windows color (decimal): -15859987 or 15597069. OLE color: 15597069.
HSL color Cylindrical-coordinate representation of color #0DFEED: hue angle of 175.77º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFEED is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 237 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.00 |
| HSL | 175.77º | 0.99% | 0.52% | - |
| HSV(B) | 175.77º | 0.95% | 1% | - |
| XYZ | 50.89 | 77.08 | 92.32 | - |
| YUV | 180 | 160.16 | 8.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 237 | 0.95 | 0 | 0.07 | 0.00 | 175.77 | 0.99 | 0.52 |
| Hex | D | FE | ED | 5F | 0 | 7 | 0 | B0 | 63 | 34 |
| Octal | 15 | 376 | 355 | 137 | 0 | 7 | 0 | 260 | 143 | 64 |
| Binary | 1101 | 11111110 | 11101101 | 1011111 | 0 | 111 | 0 | 10110000 | 1100011 | 110100 |
Color Harmonies of #0DFEED
Complementary color
Monochromatic Colors of #0DFEED
Black with #0DFEED
Text Example
Text Example
White with #0DFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEED; }
p { color: rgb(13,254,237); }
H1.HeaderClassName
{
color: #0DFEED;
}
.AnyTagClassName
{
color: #0DFEED;
}
</style>
background-color css
<style>
a { background-color: #0DFEED; }
a { background-color: rgb(13,254,237); }
div.DivClassName
{
background-color: #0DFEED;
}
.BgClassName
{
background-color: #0DFEED;
}
</style>
border-color css
<style>
span { border-color: #0DFEED; }
span { border-color: rgb(13,254,237); }
td.TdClassName
{
border-color: #0DFEED;
}
.TagClassName
{
border-color: #0DFEED;
}
</style>