Shades of Aqua #0DFEEF
Tints of Aqua #0DFEEF
RGB
CMYK
RGB Variations
Color information
#0DFEEF (or 0x0DFEEF) is known color: Aqua. HEX triplet: 0D, FE and EF. RGB value is (13,254,239). Sum of RGB (Red+Green+Blue) = 13+254+239=506 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.57% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFEEF is #F20110. Grayscale: #B4B4B4. Windows color (decimal): -15859985 or 15728141. OLE color: 15728141.
HSL color Cylindrical-coordinate representation of color #0DFEEF: hue angle of 176.27º 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 #0DFEEF is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 239 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.00 |
| HSL | 176.27º | 0.99% | 0.52% | - |
| HSV(B) | 176.27º | 0.95% | 1% | - |
| XYZ | 51.19 | 77.2 | 93.86 | - |
| YUV | 180.23 | 161.16 | 8.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 239 | 0.95 | 0 | 0.06 | 0.00 | 176.27 | 0.99 | 0.52 |
| Hex | D | FE | EF | 5F | 0 | 6 | 0 | B0 | 63 | 34 |
| Octal | 15 | 376 | 357 | 137 | 0 | 6 | 0 | 260 | 143 | 64 |
| Binary | 1101 | 11111110 | 11101111 | 1011111 | 0 | 110 | 0 | 10110000 | 1100011 | 110100 |
Color Harmonies of #0DFEEF
Complementary color
Monochromatic Colors of #0DFEEF
Black with #0DFEEF
Text Example
Text Example
White with #0DFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEEF; }
p { color: rgb(13,254,239); }
H1.HeaderClassName
{
color: #0DFEEF;
}
.AnyTagClassName
{
color: #0DFEEF;
}
</style>
background-color css
<style>
a { background-color: #0DFEEF; }
a { background-color: rgb(13,254,239); }
div.DivClassName
{
background-color: #0DFEEF;
}
.BgClassName
{
background-color: #0DFEEF;
}
</style>
border-color css
<style>
span { border-color: #0DFEEF; }
span { border-color: rgb(13,254,239); }
td.TdClassName
{
border-color: #0DFEEF;
}
.TagClassName
{
border-color: #0DFEEF;
}
</style>