Shades of Aqua #0DF8FC
Tints of Aqua #0DF8FC
RGB
CMYK
RGB Variations
Color information
#0DF8FC (or 0x0DF8FC) is known color: Aqua. HEX triplet: 0D, F8 and FC. RGB value is (13,248,252). Sum of RGB (Red+Green+Blue) = 13+248+252=513 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.53% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DF8FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF8FC is #F20703. Grayscale: #B1B1B1. Windows color (decimal): -15861508 or 16578573. OLE color: 16578573.
HSL color Cylindrical-coordinate representation of color #0DF8FC: hue angle of 181º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF8FC is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 248 | 252 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.01 |
| HSL | 181º | 0.98% | 0.52% | - |
| HSV(B) | 181º | 0.95% | 0.99% | - |
| XYZ | 51.3 | 74.25 | 103.72 | - |
| YUV | 178.19 | 169.64 | 10.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 248 | 252 | 0.95 | 0.02 | 0 | 0.01 | 181 | 0.98 | 0.52 |
| Hex | D | F8 | FC | 5F | 2 | 0 | 1 | B5 | 62 | 34 |
| Octal | 15 | 370 | 374 | 137 | 2 | 0 | 1 | 265 | 142 | 64 |
| Binary | 1101 | 11111000 | 11111100 | 1011111 | 10 | 0 | 1 | 10110101 | 1100010 | 110100 |
Color Harmonies of #0DF8FC
Complementary color
Monochromatic Colors of #0DF8FC
Black with #0DF8FC
Text Example
Text Example
White with #0DF8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF8FC; }
p { color: rgb(13,248,252); }
H1.HeaderClassName
{
color: #0DF8FC;
}
.AnyTagClassName
{
color: #0DF8FC;
}
</style>
background-color css
<style>
a { background-color: #0DF8FC; }
a { background-color: rgb(13,248,252); }
div.DivClassName
{
background-color: #0DF8FC;
}
.BgClassName
{
background-color: #0DF8FC;
}
</style>
border-color css
<style>
span { border-color: #0DF8FC; }
span { border-color: rgb(13,248,252); }
td.TdClassName
{
border-color: #0DF8FC;
}
.TagClassName
{
border-color: #0DF8FC;
}
</style>