Shades of Aqua #0DEDFE
Tints of Aqua #0DEDFE
RGB
CMYK
RGB Variations
Color information
#0DEDFE (or 0x0DEDFE) is known color: Aqua. HEX triplet: 0D, ED and FE. RGB value is (13,237,254). Sum of RGB (Red+Green+Blue) = 13+237+254=504 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.58% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DEDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEDFE is #F21201. Grayscale: #ABABAB. Windows color (decimal): -15864322 or 16706829. OLE color: 16706829.
HSL color Cylindrical-coordinate representation of color #0DEDFE: hue angle of 184.23º 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 #0DEDFE is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 237 | 254 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.00 |
| HSL | 184.23º | 0.99% | 0.52% | - |
| HSV(B) | 184.23º | 0.95% | 1% | - |
| XYZ | 48.34 | 67.81 | 104.31 | - |
| YUV | 171.96 | 174.29 | 14.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 237 | 254 | 0.95 | 0.07 | 0 | 0.00 | 184.23 | 0.99 | 0.52 |
| Hex | D | ED | FE | 5F | 7 | 0 | 0 | B8 | 63 | 34 |
| Octal | 15 | 355 | 376 | 137 | 7 | 0 | 0 | 270 | 143 | 64 |
| Binary | 1101 | 11101101 | 11111110 | 1011111 | 111 | 0 | 0 | 10111000 | 1100011 | 110100 |
Color Harmonies of #0DEDFE
Complementary color
Monochromatic Colors of #0DEDFE
Black with #0DEDFE
Text Example
Text Example
White with #0DEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEDFE; }
p { color: rgb(13,237,254); }
H1.HeaderClassName
{
color: #0DEDFE;
}
.AnyTagClassName
{
color: #0DEDFE;
}
</style>
background-color css
<style>
a { background-color: #0DEDFE; }
a { background-color: rgb(13,237,254); }
div.DivClassName
{
background-color: #0DEDFE;
}
.BgClassName
{
background-color: #0DEDFE;
}
</style>
border-color css
<style>
span { border-color: #0DEDFE; }
span { border-color: rgb(13,237,254); }
td.TdClassName
{
border-color: #0DEDFE;
}
.TagClassName
{
border-color: #0DEDFE;
}
</style>