Shades of Aqua #0FFDFB
Tints of Aqua #0FFDFB
RGB
CMYK
RGB Variations
Color information
#0FFDFB (or 0x0FFDFB) is known color: Aqua. HEX triplet: 0F, FD and FB. RGB value is (15,253,251). Sum of RGB (Red+Green+Blue) = 15+253+251=519 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.89% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFDFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFDFB is #F00204. Grayscale: #B5B5B5. Windows color (decimal): -15729157 or 16514319. OLE color: 16514319.
HSL color Cylindrical-coordinate representation of color #0FFDFB: hue angle of 179.5º 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 #0FFDFB is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 251 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.01 |
| HSL | 179.5º | 0.98% | 0.53% | - |
| HSV(B) | 179.5º | 0.94% | 0.99% | - |
| XYZ | 52.73 | 77.32 | 103.41 | - |
| YUV | 181.61 | 167.15 | 9.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 251 | 0.94 | 0 | 0.01 | 0.01 | 179.5 | 0.98 | 0.53 |
| Hex | F | FD | FB | 5E | 0 | 1 | 1 | B3 | 62 | 35 |
| Octal | 17 | 375 | 373 | 136 | 0 | 1 | 1 | 263 | 142 | 65 |
| Binary | 1111 | 11111101 | 11111011 | 1011110 | 0 | 1 | 1 | 10110011 | 1100010 | 110101 |
Color Harmonies of #0FFDFB
Complementary color
Monochromatic Colors of #0FFDFB
Black with #0FFDFB
Text Example
Text Example
White with #0FFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFDFB; }
p { color: rgb(15,253,251); }
H1.HeaderClassName
{
color: #0FFDFB;
}
.AnyTagClassName
{
color: #0FFDFB;
}
</style>
background-color css
<style>
a { background-color: #0FFDFB; }
a { background-color: rgb(15,253,251); }
div.DivClassName
{
background-color: #0FFDFB;
}
.BgClassName
{
background-color: #0FFDFB;
}
</style>
border-color css
<style>
span { border-color: #0FFDFB; }
span { border-color: rgb(15,253,251); }
td.TdClassName
{
border-color: #0FFDFB;
}
.TagClassName
{
border-color: #0FFDFB;
}
</style>