Shades of Aqua #0FFDFD
Tints of Aqua #0FFDFD
RGB
CMYK
RGB Variations
Color information
#0FFDFD (or 0x0FFDFD) is known color: Aqua. HEX triplet: 0F, FD and FD. RGB value is (15,253,253). Sum of RGB (Red+Green+Blue) = 15+253+253=521 (69% of max value = 765). Red value is 15 (6.25% from 255 or 2.88% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #0FFDFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFDFD is #F00202. Grayscale: #B5B5B5. Windows color (decimal): -15729155 or 16645391. OLE color: 16645391.
HSL color Cylindrical-coordinate representation of color #0FFDFD: hue angle of 180º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFDFD is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 253 | - |
| CMYK | 0.94 | 0 | 0 | 0.01 |
| HSL | 180º | 0.98% | 0.53% | - |
| HSV(B) | 180º | 0.94% | 0.99% | - |
| XYZ | 53.05 | 77.44 | 105.08 | - |
| YUV | 181.84 | 168.15 | 9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 253 | 0.94 | 0 | 0 | 0.01 | 180 | 0.98 | 0.53 |
| Hex | F | FD | FD | 5E | 0 | 0 | 1 | B4 | 62 | 35 |
| Octal | 17 | 375 | 375 | 136 | 0 | 0 | 1 | 264 | 142 | 65 |
| Binary | 1111 | 11111101 | 11111101 | 1011110 | 0 | 0 | 1 | 10110100 | 1100010 | 110101 |
Color Harmonies of #0FFDFD
Complementary color
Monochromatic Colors of #0FFDFD
Black with #0FFDFD
Text Example
Text Example
White with #0FFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDFD; }
p { color: rgb(15,253,253); }
H1.HeaderClassName
{
color: #0FFDFD;
}
.AnyTagClassName
{
color: #0FFDFD;
}
</style>
background-color css
<style>
a { background-color: #0FFDFD; }
a { background-color: rgb(15,253,253); }
div.DivClassName
{
background-color: #0FFDFD;
}
.BgClassName
{
background-color: #0FFDFD;
}
</style>
border-color css
<style>
span { border-color: #0FFDFD; }
span { border-color: rgb(15,253,253); }
td.TdClassName
{
border-color: #0FFDFD;
}
.TagClassName
{
border-color: #0FFDFD;
}
</style>