Shades of Iris Blue #0FADBC
Tints of Iris Blue #0FADBC
RGB
CMYK
RGB Variations
Color information
#0FADBC (or 0x0FADBC) is known color: Iris Blue. HEX triplet: 0F, AD and BC. RGB value is (15,173,188). Sum of RGB (Red+Green+Blue) = 15+173+188=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADBC is #F05243. Grayscale: #7F7F7F. Windows color (decimal): -15749700 or 12365071. OLE color: 12365071.
HSL color Cylindrical-coordinate representation of color #0FADBC: hue angle of 185.2º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FADBC is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 173 | 188 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.26 |
| HSL | 185.2º | 0.85% | 0.4% | - |
| HSV(B) | 185.2º | 0.92% | 0.74% | - |
| XYZ | 24.22 | 33.62 | 52.79 | - |
| YUV | 127.47 | 162.15 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 188 | 0.92 | 0.08 | 0 | 0.26 | 185.2 | 0.85 | 0.4 |
| Hex | F | AD | BC | 5C | 8 | 0 | 1A | B9 | 55 | 28 |
| Octal | 17 | 255 | 274 | 134 | 10 | 0 | 32 | 271 | 125 | 50 |
| Binary | 1111 | 10101101 | 10111100 | 1011100 | 1000 | 0 | 11010 | 10111001 | 1010101 | 101000 |
Color Harmonies of #0FADBC
Complementary color
Monochromatic Colors of #0FADBC
Black with #0FADBC
Text Example
Text Example
White with #0FADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADBC; }
p { color: rgb(15,173,188); }
H1.HeaderClassName
{
color: #0FADBC;
}
.AnyTagClassName
{
color: #0FADBC;
}
</style>
background-color css
<style>
a { background-color: #0FADBC; }
a { background-color: rgb(15,173,188); }
div.DivClassName
{
background-color: #0FADBC;
}
.BgClassName
{
background-color: #0FADBC;
}
</style>
border-color css
<style>
span { border-color: #0FADBC; }
span { border-color: rgb(15,173,188); }
td.TdClassName
{
border-color: #0FADBC;
}
.TagClassName
{
border-color: #0FADBC;
}
</style>