Shades of Aqua #0DFFFF
Tints of Aqua #0DFFFF
RGB
CMYK
RGB Variations
Color information
#0DFFFF (or 0x0DFFFF) is known color: Aqua. HEX triplet: 0D, FF and FF. RGB value is (13,255,255). Sum of RGB (Red+Green+Blue) = 13+255+255=523 (69% of max value = 765). Red value is 13 (5.47% from 255 or 2.49% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #0DFFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFFFF is #F20000. Grayscale: #B6B6B6. Windows color (decimal): -15859713 or 16776973. OLE color: 16776973.
HSL color Cylindrical-coordinate representation of color #0DFFFF: hue angle of 180º 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 #0DFFFF is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 255 | - |
| CMYK | 0.95 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.53% | - |
| HSV(B) | 180º | 0.95% | 1% | - |
| XYZ | 53.98 | 78.83 | 106.98 | - |
| YUV | 182.64 | 168.83 | 7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 255 | 0.95 | 0 | 0 | 0 | 180 | 1 | 0.53 |
| Hex | D | FF | FF | 5F | 0 | 0 | 0 | B4 | 64 | 35 |
| Octal | 15 | 377 | 377 | 137 | 0 | 0 | 0 | 264 | 144 | 65 |
| Binary | 1101 | 11111111 | 11111111 | 1011111 | 0 | 0 | 0 | 10110100 | 1100100 | 110101 |
Color Harmonies of #0DFFFF
Complementary color
Monochromatic Colors of #0DFFFF
Black with #0DFFFF
Text Example
Text Example
White with #0DFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFFF; }
p { color: rgb(13,255,255); }
H1.HeaderClassName
{
color: #0DFFFF;
}
.AnyTagClassName
{
color: #0DFFFF;
}
</style>
background-color css
<style>
a { background-color: #0DFFFF; }
a { background-color: rgb(13,255,255); }
div.DivClassName
{
background-color: #0DFFFF;
}
.BgClassName
{
background-color: #0DFFFF;
}
</style>
border-color css
<style>
span { border-color: #0DFFFF; }
span { border-color: rgb(13,255,255); }
td.TdClassName
{
border-color: #0DFFFF;
}
.TagClassName
{
border-color: #0DFFFF;
}
</style>