Shades of Iris Blue #0FADC0
Tints of Iris Blue #0FADC0
RGB
CMYK
RGB Variations
Color information
#0FADC0 (or 0x0FADC0) is known color: Iris Blue. HEX triplet: 0F, AD and C0. RGB value is (15,173,192). Sum of RGB (Red+Green+Blue) = 15+173+192=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #0FADC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADC0 is #F0523F. Grayscale: #7F7F7F. Windows color (decimal): -15749696 or 12627215. OLE color: 12627215.
HSL color Cylindrical-coordinate representation of color #0FADC0: hue angle of 186.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FADC0 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 173 | 192 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.25 |
| HSL | 186.44º | 0.86% | 0.41% | - |
| HSV(B) | 186.44º | 0.92% | 0.75% | - |
| XYZ | 24.66 | 33.79 | 55.09 | - |
| YUV | 127.92 | 164.15 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 192 | 0.92 | 0.10 | 0 | 0.25 | 186.44 | 0.86 | 0.41 |
| Hex | F | AD | C0 | 5C | A | 0 | 19 | BA | 56 | 29 |
| Octal | 17 | 255 | 300 | 134 | 12 | 0 | 31 | 272 | 126 | 51 |
| Binary | 1111 | 10101101 | 11000000 | 1011100 | 1010 | 0 | 11001 | 10111010 | 1010110 | 101001 |
Color Harmonies of #0FADC0
Complementary color
Monochromatic Colors of #0FADC0
Black with #0FADC0
Text Example
Text Example
White with #0FADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADC0; }
p { color: rgb(15,173,192); }
H1.HeaderClassName
{
color: #0FADC0;
}
.AnyTagClassName
{
color: #0FADC0;
}
</style>
background-color css
<style>
a { background-color: #0FADC0; }
a { background-color: rgb(15,173,192); }
div.DivClassName
{
background-color: #0FADC0;
}
.BgClassName
{
background-color: #0FADC0;
}
</style>
border-color css
<style>
span { border-color: #0FADC0; }
span { border-color: rgb(15,173,192); }
td.TdClassName
{
border-color: #0FADC0;
}
.TagClassName
{
border-color: #0FADC0;
}
</style>