Shades of Aqua #0DEAFF
Tints of Aqua #0DEAFF
RGB
CMYK
RGB Variations
Color information
#0DEAFF (or 0x0DEAFF) is known color: Aqua. HEX triplet: 0D, EA and FF. RGB value is (13,234,255). Sum of RGB (Red+Green+Blue) = 13+234+255=502 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.59% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DEAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEAFF is #F21500. Grayscale: #AAAAAA. Windows color (decimal): -15865089 or 16771597. OLE color: 16771597.
HSL color Cylindrical-coordinate representation of color #0DEAFF: hue angle of 185.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DEAFF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 234 | 255 | - |
| CMYK | 0.95 | 0.08 | 0 | 0 |
| HSL | 185.21º | 1% | 0.53% | - |
| HSV(B) | 185.21º | 0.95% | 1% | - |
| XYZ | 47.64 | 66.15 | 104.87 | - |
| YUV | 170.32 | 175.78 | 15.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 255 | 0.95 | 0.08 | 0 | 0 | 185.21 | 1 | 0.53 |
| Hex | D | EA | FF | 5F | 8 | 0 | 0 | B9 | 64 | 35 |
| Octal | 15 | 352 | 377 | 137 | 10 | 0 | 0 | 271 | 144 | 65 |
| Binary | 1101 | 11101010 | 11111111 | 1011111 | 1000 | 0 | 0 | 10111001 | 1100100 | 110101 |
Color Harmonies of #0DEAFF
Complementary color
Monochromatic Colors of #0DEAFF
Black with #0DEAFF
Text Example
Text Example
White with #0DEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEAFF; }
p { color: rgb(13,234,255); }
H1.HeaderClassName
{
color: #0DEAFF;
}
.AnyTagClassName
{
color: #0DEAFF;
}
</style>
background-color css
<style>
a { background-color: #0DEAFF; }
a { background-color: rgb(13,234,255); }
div.DivClassName
{
background-color: #0DEAFF;
}
.BgClassName
{
background-color: #0DEAFF;
}
</style>
border-color css
<style>
span { border-color: #0DEAFF; }
span { border-color: rgb(13,234,255); }
td.TdClassName
{
border-color: #0DEAFF;
}
.TagClassName
{
border-color: #0DEAFF;
}
</style>