Shades of Aqua #0DEEFE
Tints of Aqua #0DEEFE
RGB
CMYK
RGB Variations
Color information
#0DEEFE (or 0x0DEEFE) is known color: Aqua. HEX triplet: 0D, EE and FE. RGB value is (13,238,254). Sum of RGB (Red+Green+Blue) = 13+238+254=505 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.57% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DEEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEEFE is #F21101. Grayscale: #ACACAC. Windows color (decimal): -15864066 or 16707085. OLE color: 16707085.
HSL color Cylindrical-coordinate representation of color #0DEEFE: hue angle of 183.98º 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 #0DEEFE is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 238 | 254 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.00 |
| HSL | 183.98º | 0.99% | 0.52% | - |
| HSV(B) | 183.98º | 0.95% | 1% | - |
| XYZ | 48.63 | 68.39 | 104.4 | - |
| YUV | 172.55 | 173.96 | 14.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 238 | 254 | 0.95 | 0.06 | 0 | 0.00 | 183.98 | 0.99 | 0.52 |
| Hex | D | EE | FE | 5F | 6 | 0 | 0 | B8 | 63 | 34 |
| Octal | 15 | 356 | 376 | 137 | 6 | 0 | 0 | 270 | 143 | 64 |
| Binary | 1101 | 11101110 | 11111110 | 1011111 | 110 | 0 | 0 | 10111000 | 1100011 | 110100 |
Color Harmonies of #0DEEFE
Complementary color
Monochromatic Colors of #0DEEFE
Black with #0DEEFE
Text Example
Text Example
White with #0DEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEEFE; }
p { color: rgb(13,238,254); }
H1.HeaderClassName
{
color: #0DEEFE;
}
.AnyTagClassName
{
color: #0DEEFE;
}
</style>
background-color css
<style>
a { background-color: #0DEEFE; }
a { background-color: rgb(13,238,254); }
div.DivClassName
{
background-color: #0DEEFE;
}
.BgClassName
{
background-color: #0DEEFE;
}
</style>
border-color css
<style>
span { border-color: #0DEEFE; }
span { border-color: rgb(13,238,254); }
td.TdClassName
{
border-color: #0DEEFE;
}
.TagClassName
{
border-color: #0DEEFE;
}
</style>