Shades of Iris Blue #0FADBB
Tints of Iris Blue #0FADBB
RGB
CMYK
RGB Variations
Color information
#0FADBB (or 0x0FADBB) is known color: Iris Blue. HEX triplet: 0F, AD and BB. RGB value is (15,173,187). Sum of RGB (Red+Green+Blue) = 15+173+187=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #0FADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FADBB is #F05244. Grayscale: #7F7F7F. Windows color (decimal): -15749701 or 12299535. OLE color: 12299535.
HSL color Cylindrical-coordinate representation of color #0FADBB: hue angle of 184.88º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FADBB is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 173 | 187 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.27 |
| HSL | 184.88º | 0.85% | 0.4% | - |
| HSV(B) | 184.88º | 0.92% | 0.73% | - |
| XYZ | 24.11 | 33.58 | 52.22 | - |
| YUV | 127.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 187 | 0.92 | 0.07 | 0 | 0.27 | 184.88 | 0.85 | 0.4 |
| Hex | F | AD | BB | 5C | 7 | 0 | 1B | B9 | 55 | 28 |
| Octal | 17 | 255 | 273 | 134 | 7 | 0 | 33 | 271 | 125 | 50 |
| Binary | 1111 | 10101101 | 10111011 | 1011100 | 111 | 0 | 11011 | 10111001 | 1010101 | 101000 |
Color Harmonies of #0FADBB
Complementary color
Monochromatic Colors of #0FADBB
Black with #0FADBB
Text Example
Text Example
White with #0FADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FADBB; }
p { color: rgb(15,173,187); }
H1.HeaderClassName
{
color: #0FADBB;
}
.AnyTagClassName
{
color: #0FADBB;
}
</style>
background-color css
<style>
a { background-color: #0FADBB; }
a { background-color: rgb(15,173,187); }
div.DivClassName
{
background-color: #0FADBB;
}
.BgClassName
{
background-color: #0FADBB;
}
</style>
border-color css
<style>
span { border-color: #0FADBB; }
span { border-color: rgb(15,173,187); }
td.TdClassName
{
border-color: #0FADBB;
}
.TagClassName
{
border-color: #0FADBB;
}
</style>