Shades of Aqua #0DEDFC
Tints of Aqua #0DEDFC
RGB
CMYK
RGB Variations
Color information
#0DEDFC (or 0x0DEDFC) is known color: Aqua. HEX triplet: 0D, ED and FC. RGB value is (13,237,252). Sum of RGB (Red+Green+Blue) = 13+237+252=502 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.59% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DEDFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEDFC is #F21203. Grayscale: #ABABAB. Windows color (decimal): -15864324 or 16575757. OLE color: 16575757.
HSL color Cylindrical-coordinate representation of color #0DEDFC: hue angle of 183.77º 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 #0DEDFC is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 237 | 252 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.01 |
| HSL | 183.77º | 0.98% | 0.52% | - |
| HSV(B) | 183.77º | 0.95% | 0.99% | - |
| XYZ | 48.02 | 67.68 | 102.63 | - |
| YUV | 171.73 | 173.29 | 14.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 252 | 0.95 | 0.06 | 0 | 0.01 | 183.77 | 0.98 | 0.52 |
| Hex | D | ED | FC | 5F | 6 | 0 | 1 | B8 | 62 | 34 |
| Octal | 15 | 355 | 374 | 137 | 6 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1101 | 11101101 | 11111100 | 1011111 | 110 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0DEDFC
Complementary color
Monochromatic Colors of #0DEDFC
Black with #0DEDFC
Text Example
Text Example
White with #0DEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEDFC; }
p { color: rgb(13,237,252); }
H1.HeaderClassName
{
color: #0DEDFC;
}
.AnyTagClassName
{
color: #0DEDFC;
}
</style>
background-color css
<style>
a { background-color: #0DEDFC; }
a { background-color: rgb(13,237,252); }
div.DivClassName
{
background-color: #0DEDFC;
}
.BgClassName
{
background-color: #0DEDFC;
}
</style>
border-color css
<style>
span { border-color: #0DEDFC; }
span { border-color: rgb(13,237,252); }
td.TdClassName
{
border-color: #0DEDFC;
}
.TagClassName
{
border-color: #0DEDFC;
}
</style>