Shades of Aqua #0DF9EE
Tints of Aqua #0DF9EE
RGB
CMYK
RGB Variations
Color information
#0DF9EE (or 0x0DF9EE) is known color: Aqua. HEX triplet: 0D, F9 and EE. RGB value is (13,249,238). Sum of RGB (Red+Green+Blue) = 13+249+238=500 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.6% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF9EE is #F20611. Grayscale: #B0B0B0. Windows color (decimal): -15861266 or 15661325. OLE color: 15661325.
HSL color Cylindrical-coordinate representation of color #0DF9EE: hue angle of 177.2º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF9EE is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 238 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.02 |
| HSL | 177.2º | 0.95% | 0.51% | - |
| HSV(B) | 177.2º | 0.95% | 0.98% | - |
| XYZ | 49.47 | 74.01 | 92.57 | - |
| YUV | 177.18 | 162.31 | 10.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 238 | 0.95 | 0 | 0.04 | 0.02 | 177.2 | 0.95 | 0.51 |
| Hex | D | F9 | EE | 5F | 0 | 4 | 2 | B1 | 5F | 33 |
| Octal | 15 | 371 | 356 | 137 | 0 | 4 | 2 | 261 | 137 | 63 |
| Binary | 1101 | 11111001 | 11101110 | 1011111 | 0 | 100 | 10 | 10110001 | 1011111 | 110011 |
Color Harmonies of #0DF9EE
Complementary color
Monochromatic Colors of #0DF9EE
Black with #0DF9EE
Text Example
Text Example
White with #0DF9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF9EE; }
p { color: rgb(13,249,238); }
H1.HeaderClassName
{
color: #0DF9EE;
}
.AnyTagClassName
{
color: #0DF9EE;
}
</style>
background-color css
<style>
a { background-color: #0DF9EE; }
a { background-color: rgb(13,249,238); }
div.DivClassName
{
background-color: #0DF9EE;
}
.BgClassName
{
background-color: #0DF9EE;
}
</style>
border-color css
<style>
span { border-color: #0DF9EE; }
span { border-color: rgb(13,249,238); }
td.TdClassName
{
border-color: #0DF9EE;
}
.TagClassName
{
border-color: #0DF9EE;
}
</style>