Shades of Aqua #0DF0FC
Tints of Aqua #0DF0FC
RGB
CMYK
RGB Variations
Color information
#0DF0FC (or 0x0DF0FC) is known color: Aqua. HEX triplet: 0D, F0 and FC. RGB value is (13,240,252). Sum of RGB (Red+Green+Blue) = 13+240+252=505 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.57% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DF0FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF0FC is #F20F03. Grayscale: #ADADAD. Windows color (decimal): -15863556 or 16576525. OLE color: 16576525.
HSL color Cylindrical-coordinate representation of color #0DF0FC: hue angle of 183.01º 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 #0DF0FC is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 240 | 252 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.01 |
| HSL | 183.01º | 0.98% | 0.52% | - |
| HSV(B) | 183.01º | 0.95% | 0.99% | - |
| XYZ | 48.9 | 69.43 | 102.92 | - |
| YUV | 173.5 | 172.29 | 13.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 240 | 252 | 0.95 | 0.05 | 0 | 0.01 | 183.01 | 0.98 | 0.52 |
| Hex | D | F0 | FC | 5F | 5 | 0 | 1 | B7 | 62 | 34 |
| Octal | 15 | 360 | 374 | 137 | 5 | 0 | 1 | 267 | 142 | 64 |
| Binary | 1101 | 11110000 | 11111100 | 1011111 | 101 | 0 | 1 | 10110111 | 1100010 | 110100 |
Color Harmonies of #0DF0FC
Complementary color
Monochromatic Colors of #0DF0FC
Black with #0DF0FC
Text Example
Text Example
White with #0DF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF0FC; }
p { color: rgb(13,240,252); }
H1.HeaderClassName
{
color: #0DF0FC;
}
.AnyTagClassName
{
color: #0DF0FC;
}
</style>
background-color css
<style>
a { background-color: #0DF0FC; }
a { background-color: rgb(13,240,252); }
div.DivClassName
{
background-color: #0DF0FC;
}
.BgClassName
{
background-color: #0DF0FC;
}
</style>
border-color css
<style>
span { border-color: #0DF0FC; }
span { border-color: rgb(13,240,252); }
td.TdClassName
{
border-color: #0DF0FC;
}
.TagClassName
{
border-color: #0DF0FC;
}
</style>