Shades of Aqua #0DECFD
Tints of Aqua #0DECFD
RGB
CMYK
RGB Variations
Color information
#0DECFD (or 0x0DECFD) is known color: Aqua. HEX triplet: 0D, EC and FD. RGB value is (13,236,253). Sum of RGB (Red+Green+Blue) = 13+236+253=502 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.59% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DECFD is #F21302. Grayscale: #AAAAAA. Windows color (decimal): -15864579 or 16641037. OLE color: 16641037.
HSL color Cylindrical-coordinate representation of color #0DECFD: hue angle of 184.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DECFD is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 236 | 253 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.01 |
| HSL | 184.25º | 0.98% | 0.52% | - |
| HSV(B) | 184.25º | 0.95% | 0.99% | - |
| XYZ | 47.89 | 67.17 | 103.37 | - |
| YUV | 171.26 | 174.12 | 15.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 236 | 253 | 0.95 | 0.07 | 0 | 0.01 | 184.25 | 0.98 | 0.52 |
| Hex | D | EC | FD | 5F | 7 | 0 | 1 | B8 | 62 | 34 |
| Octal | 15 | 354 | 375 | 137 | 7 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1101 | 11101100 | 11111101 | 1011111 | 111 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0DECFD
Complementary color
Monochromatic Colors of #0DECFD
Black with #0DECFD
Text Example
Text Example
White with #0DECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DECFD; }
p { color: rgb(13,236,253); }
H1.HeaderClassName
{
color: #0DECFD;
}
.AnyTagClassName
{
color: #0DECFD;
}
</style>
background-color css
<style>
a { background-color: #0DECFD; }
a { background-color: rgb(13,236,253); }
div.DivClassName
{
background-color: #0DECFD;
}
.BgClassName
{
background-color: #0DECFD;
}
</style>
border-color css
<style>
span { border-color: #0DECFD; }
span { border-color: rgb(13,236,253); }
td.TdClassName
{
border-color: #0DECFD;
}
.TagClassName
{
border-color: #0DECFD;
}
</style>