Shades of Iris Blue #0FB7BC
Tints of Iris Blue #0FB7BC
RGB
CMYK
RGB Variations
Color information
#0FB7BC (or 0x0FB7BC) is known color: Iris Blue. HEX triplet: 0F, B7 and BC. RGB value is (15,183,188). Sum of RGB (Red+Green+Blue) = 15+183+188=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FB7BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB7BC is #F04843. Grayscale: #858585. Windows color (decimal): -15747140 or 12367631. OLE color: 12367631.
HSL color Cylindrical-coordinate representation of color #0FB7BC: hue angle of 181.73º 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 #0FB7BC is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 183 | 188 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.26 |
| HSL | 181.73º | 0.85% | 0.4% | - |
| HSV(B) | 181.73º | 0.92% | 0.74% | - |
| XYZ | 26.21 | 37.6 | 53.45 | - |
| YUV | 133.34 | 158.84 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 188 | 0.92 | 0.03 | 0 | 0.26 | 181.73 | 0.85 | 0.4 |
| Hex | F | B7 | BC | 5C | 3 | 0 | 1A | B6 | 55 | 28 |
| Octal | 17 | 267 | 274 | 134 | 3 | 0 | 32 | 266 | 125 | 50 |
| Binary | 1111 | 10110111 | 10111100 | 1011100 | 11 | 0 | 11010 | 10110110 | 1010101 | 101000 |
Color Harmonies of #0FB7BC
Complementary color
Monochromatic Colors of #0FB7BC
Black with #0FB7BC
Text Example
Text Example
White with #0FB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB7BC; }
p { color: rgb(15,183,188); }
H1.HeaderClassName
{
color: #0FB7BC;
}
.AnyTagClassName
{
color: #0FB7BC;
}
</style>
background-color css
<style>
a { background-color: #0FB7BC; }
a { background-color: rgb(15,183,188); }
div.DivClassName
{
background-color: #0FB7BC;
}
.BgClassName
{
background-color: #0FB7BC;
}
</style>
border-color css
<style>
span { border-color: #0FB7BC; }
span { border-color: rgb(15,183,188); }
td.TdClassName
{
border-color: #0FB7BC;
}
.TagClassName
{
border-color: #0FB7BC;
}
</style>