Shades of Aqua #0DFEF1
Tints of Aqua #0DFEF1
RGB
CMYK
RGB Variations
Color information
#0DFEF1 (or 0x0DFEF1) is known color: Aqua. HEX triplet: 0D, FE and F1. RGB value is (13,254,241). Sum of RGB (Red+Green+Blue) = 13+254+241=508 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.56% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFEF1 is #F2010E. Grayscale: #B4B4B4. Windows color (decimal): -15859983 or 15859213. OLE color: 15859213.
HSL color Cylindrical-coordinate representation of color #0DFEF1: hue angle of 176.76º 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 #0DFEF1 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 241 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.00 |
| HSL | 176.76º | 0.99% | 0.52% | - |
| HSV(B) | 176.76º | 0.95% | 1% | - |
| XYZ | 51.48 | 77.32 | 95.43 | - |
| YUV | 180.46 | 162.16 | 8.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 241 | 0.95 | 0 | 0.05 | 0.00 | 176.76 | 0.99 | 0.52 |
| Hex | D | FE | F1 | 5F | 0 | 5 | 0 | B1 | 63 | 34 |
| Octal | 15 | 376 | 361 | 137 | 0 | 5 | 0 | 261 | 143 | 64 |
| Binary | 1101 | 11111110 | 11110001 | 1011111 | 0 | 101 | 0 | 10110001 | 1100011 | 110100 |
Color Harmonies of #0DFEF1
Complementary color
Monochromatic Colors of #0DFEF1
Black with #0DFEF1
Text Example
Text Example
White with #0DFEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEF1; }
p { color: rgb(13,254,241); }
H1.HeaderClassName
{
color: #0DFEF1;
}
.AnyTagClassName
{
color: #0DFEF1;
}
</style>
background-color css
<style>
a { background-color: #0DFEF1; }
a { background-color: rgb(13,254,241); }
div.DivClassName
{
background-color: #0DFEF1;
}
.BgClassName
{
background-color: #0DFEF1;
}
</style>
border-color css
<style>
span { border-color: #0DFEF1; }
span { border-color: rgb(13,254,241); }
td.TdClassName
{
border-color: #0DFEF1;
}
.TagClassName
{
border-color: #0DFEF1;
}
</style>