Shades of Aqua #0DFFF3
Tints of Aqua #0DFFF3
RGB
CMYK
RGB Variations
Color information
#0DFFF3 (or 0x0DFFF3) is known color: Aqua. HEX triplet: 0D, FF and F3. RGB value is (13,255,243). Sum of RGB (Red+Green+Blue) = 13+255+243=511 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.54% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFFF3 is #F2000C. Grayscale: #B5B5B5. Windows color (decimal): -15859725 or 15990541. OLE color: 15990541.
HSL color Cylindrical-coordinate representation of color #0DFFF3: hue angle of 177.02º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFF3 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 243 | - |
| CMYK | 0.95 | 0 | 0.05 | 0 |
| HSL | 177.02º | 1% | 0.53% | - |
| HSV(B) | 177.02º | 0.95% | 1% | - |
| XYZ | 52.1 | 78.08 | 97.12 | - |
| YUV | 181.27 | 162.83 | 7.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 243 | 0.95 | 0 | 0.05 | 0 | 177.02 | 1 | 0.53 |
| Hex | D | FF | F3 | 5F | 0 | 5 | 0 | B1 | 64 | 35 |
| Octal | 15 | 377 | 363 | 137 | 0 | 5 | 0 | 261 | 144 | 65 |
| Binary | 1101 | 11111111 | 11110011 | 1011111 | 0 | 101 | 0 | 10110001 | 1100100 | 110101 |
Color Harmonies of #0DFFF3
Complementary color
Monochromatic Colors of #0DFFF3
Black with #0DFFF3
Text Example
Text Example
White with #0DFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFF3; }
p { color: rgb(13,255,243); }
H1.HeaderClassName
{
color: #0DFFF3;
}
.AnyTagClassName
{
color: #0DFFF3;
}
</style>
background-color css
<style>
a { background-color: #0DFFF3; }
a { background-color: rgb(13,255,243); }
div.DivClassName
{
background-color: #0DFFF3;
}
.BgClassName
{
background-color: #0DFFF3;
}
</style>
border-color css
<style>
span { border-color: #0DFFF3; }
span { border-color: rgb(13,255,243); }
td.TdClassName
{
border-color: #0DFFF3;
}
.TagClassName
{
border-color: #0DFFF3;
}
</style>