Shades of Aqua #0DEBFD
Tints of Aqua #0DEBFD
RGB
CMYK
RGB Variations
Color information
#0DEBFD (or 0x0DEBFD) is known color: Aqua. HEX triplet: 0D, EB and FD. RGB value is (13,235,253). Sum of RGB (Red+Green+Blue) = 13+235+253=501 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.59% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DEBFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEBFD is #F21402. Grayscale: #AAAAAA. Windows color (decimal): -15864835 or 16640781. OLE color: 16640781.
HSL color Cylindrical-coordinate representation of color #0DEBFD: hue angle of 184.5º 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 #0DEBFD is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 235 | 253 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.01 |
| HSL | 184.5º | 0.98% | 0.52% | - |
| HSV(B) | 184.5º | 0.95% | 0.99% | - |
| XYZ | 47.6 | 66.59 | 103.27 | - |
| YUV | 170.67 | 174.45 | 15.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 235 | 253 | 0.95 | 0.07 | 0 | 0.01 | 184.5 | 0.98 | 0.52 |
| Hex | D | EB | FD | 5F | 7 | 0 | 1 | B8 | 62 | 34 |
| Octal | 15 | 353 | 375 | 137 | 7 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1101 | 11101011 | 11111101 | 1011111 | 111 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0DEBFD
Complementary color
Monochromatic Colors of #0DEBFD
Black with #0DEBFD
Text Example
Text Example
White with #0DEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEBFD; }
p { color: rgb(13,235,253); }
H1.HeaderClassName
{
color: #0DEBFD;
}
.AnyTagClassName
{
color: #0DEBFD;
}
</style>
background-color css
<style>
a { background-color: #0DEBFD; }
a { background-color: rgb(13,235,253); }
div.DivClassName
{
background-color: #0DEBFD;
}
.BgClassName
{
background-color: #0DEBFD;
}
</style>
border-color css
<style>
span { border-color: #0DEBFD; }
span { border-color: rgb(13,235,253); }
td.TdClassName
{
border-color: #0DEBFD;
}
.TagClassName
{
border-color: #0DEBFD;
}
</style>