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