Shades of Aqua #0DF8FF
Tints of Aqua #0DF8FF
RGB
CMYK
RGB Variations
Color information
#0DF8FF (or 0x0DF8FF) is known color: Aqua. HEX triplet: 0D, F8 and FF. RGB value is (13,248,255). Sum of RGB (Red+Green+Blue) = 13+248+255=516 (68% of max value = 765). Red value is 13 (5.47% from 255 or 2.52% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DF8FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF8FF is #F20700. Grayscale: #B2B2B2. Windows color (decimal): -15861505 or 16775181. OLE color: 16775181.
HSL color Cylindrical-coordinate representation of color #0DF8FF: hue angle of 181.74º 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 #0DF8FF is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 248 | 255 | - |
| CMYK | 0.95 | 0.03 | 0 | 0 |
| HSL | 181.74º | 1% | 0.53% | - |
| HSV(B) | 181.74º | 0.95% | 1% | - |
| XYZ | 51.78 | 74.44 | 106.25 | - |
| YUV | 178.53 | 171.14 | 9.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 255 | 0.95 | 0.03 | 0 | 0 | 181.74 | 1 | 0.53 |
| Hex | D | F8 | FF | 5F | 3 | 0 | 0 | B6 | 64 | 35 |
| Octal | 15 | 370 | 377 | 137 | 3 | 0 | 0 | 266 | 144 | 65 |
| Binary | 1101 | 11111000 | 11111111 | 1011111 | 11 | 0 | 0 | 10110110 | 1100100 | 110101 |
Color Harmonies of #0DF8FF
Complementary color
Monochromatic Colors of #0DF8FF
Black with #0DF8FF
Text Example
Text Example
White with #0DF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF8FF; }
p { color: rgb(13,248,255); }
H1.HeaderClassName
{
color: #0DF8FF;
}
.AnyTagClassName
{
color: #0DF8FF;
}
</style>
background-color css
<style>
a { background-color: #0DF8FF; }
a { background-color: rgb(13,248,255); }
div.DivClassName
{
background-color: #0DF8FF;
}
.BgClassName
{
background-color: #0DF8FF;
}
</style>
border-color css
<style>
span { border-color: #0DF8FF; }
span { border-color: rgb(13,248,255); }
td.TdClassName
{
border-color: #0DF8FF;
}
.TagClassName
{
border-color: #0DF8FF;
}
</style>