Shades of Aqua #0DFFFB
Tints of Aqua #0DFFFB
RGB
CMYK
RGB Variations
Color information
#0DFFFB (or 0x0DFFFB) is known color: Aqua. HEX triplet: 0D, FF and FB. RGB value is (13,255,251). Sum of RGB (Red+Green+Blue) = 13+255+251=519 (68% of max value = 765). Red value is 13 (5.47% from 255 or 2.50% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DFFFB is #F20004. Grayscale: #B5B5B5. Windows color (decimal): -15859717 or 16514829. OLE color: 16514829.
HSL color Cylindrical-coordinate representation of color #0DFFFB: hue angle of 179.01º 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 #0DFFFB is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 251 | - |
| CMYK | 0.95 | 0 | 0.02 | 0 |
| HSL | 179.01º | 1% | 0.53% | - |
| HSV(B) | 179.01º | 0.95% | 1% | - |
| XYZ | 53.34 | 78.57 | 103.62 | - |
| YUV | 182.19 | 166.83 | 7.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 251 | 0.95 | 0 | 0.02 | 0 | 179.01 | 1 | 0.53 |
| Hex | D | FF | FB | 5F | 0 | 2 | 0 | B3 | 64 | 35 |
| Octal | 15 | 377 | 373 | 137 | 0 | 2 | 0 | 263 | 144 | 65 |
| Binary | 1101 | 11111111 | 11111011 | 1011111 | 0 | 10 | 0 | 10110011 | 1100100 | 110101 |
Color Harmonies of #0DFFFB
Complementary color
Monochromatic Colors of #0DFFFB
Black with #0DFFFB
Text Example
Text Example
White with #0DFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFFB; }
p { color: rgb(13,255,251); }
H1.HeaderClassName
{
color: #0DFFFB;
}
.AnyTagClassName
{
color: #0DFFFB;
}
</style>
background-color css
<style>
a { background-color: #0DFFFB; }
a { background-color: rgb(13,255,251); }
div.DivClassName
{
background-color: #0DFFFB;
}
.BgClassName
{
background-color: #0DFFFB;
}
</style>
border-color css
<style>
span { border-color: #0DFFFB; }
span { border-color: rgb(13,255,251); }
td.TdClassName
{
border-color: #0DFFFB;
}
.TagClassName
{
border-color: #0DFFFB;
}
</style>