Shades of Aqua #0DE5FA
Tints of Aqua #0DE5FA
RGB
CMYK
RGB Variations
Color information
#0DE5FA (or 0x0DE5FA) is known color: Aqua. HEX triplet: 0D, E5 and FA. RGB value is (13,229,250). Sum of RGB (Red+Green+Blue) = 13+229+250=492 (65% of max value = 765). Red value is 13 (5.47% from 255 or 2.64% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DE5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DE5FA is #F21A05. Grayscale: #A6A6A6. Windows color (decimal): -15866374 or 16442637. OLE color: 16442637.
HSL color Cylindrical-coordinate representation of color #0DE5FA: hue angle of 185.32º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DE5FA is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 229 | 250 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.02 |
| HSL | 185.32º | 0.96% | 0.52% | - |
| HSV(B) | 185.32º | 0.95% | 0.98% | - |
| XYZ | 45.44 | 63.03 | 100.21 | - |
| YUV | 166.81 | 174.94 | 18.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 229 | 250 | 0.95 | 0.08 | 0 | 0.02 | 185.32 | 0.96 | 0.52 |
| Hex | D | E5 | FA | 5F | 8 | 0 | 2 | B9 | 60 | 34 |
| Octal | 15 | 345 | 372 | 137 | 10 | 0 | 2 | 271 | 140 | 64 |
| Binary | 1101 | 11100101 | 11111010 | 1011111 | 1000 | 0 | 10 | 10111001 | 1100000 | 110100 |
Color Harmonies of #0DE5FA
Complementary color
Monochromatic Colors of #0DE5FA
Black with #0DE5FA
Text Example
Text Example
White with #0DE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE5FA; }
p { color: rgb(13,229,250); }
H1.HeaderClassName
{
color: #0DE5FA;
}
.AnyTagClassName
{
color: #0DE5FA;
}
</style>
background-color css
<style>
a { background-color: #0DE5FA; }
a { background-color: rgb(13,229,250); }
div.DivClassName
{
background-color: #0DE5FA;
}
.BgClassName
{
background-color: #0DE5FA;
}
</style>
border-color css
<style>
span { border-color: #0DE5FA; }
span { border-color: rgb(13,229,250); }
td.TdClassName
{
border-color: #0DE5FA;
}
.TagClassName
{
border-color: #0DE5FA;
}
</style>