Shades of Iris Blue #0FB8BB
Tints of Iris Blue #0FB8BB
RGB
CMYK
RGB Variations
Color information
#0FB8BB (or 0x0FB8BB) is known color: Iris Blue. HEX triplet: 0F, B8 and BB. RGB value is (15,184,187). Sum of RGB (Red+Green+Blue) = 15+184+187=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #0FB8BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8BB is #F04744. Grayscale: #858585. Windows color (decimal): -15746885 or 12302351. OLE color: 12302351.
HSL color Cylindrical-coordinate representation of color #0FB8BB: hue angle of 181.05º 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 #0FB8BB is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 184 | 187 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.27 |
| HSL | 181.05º | 0.85% | 0.4% | - |
| HSV(B) | 181.05º | 0.92% | 0.73% | - |
| XYZ | 26.31 | 37.97 | 52.96 | - |
| YUV | 133.81 | 158.01 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 187 | 0.92 | 0.02 | 0 | 0.27 | 181.05 | 0.85 | 0.4 |
| Hex | F | B8 | BB | 5C | 2 | 0 | 1B | B5 | 55 | 28 |
| Octal | 17 | 270 | 273 | 134 | 2 | 0 | 33 | 265 | 125 | 50 |
| Binary | 1111 | 10111000 | 10111011 | 1011100 | 10 | 0 | 11011 | 10110101 | 1010101 | 101000 |
Color Harmonies of #0FB8BB
Complementary color
Monochromatic Colors of #0FB8BB
Black with #0FB8BB
Text Example
Text Example
White with #0FB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB8BB; }
p { color: rgb(15,184,187); }
H1.HeaderClassName
{
color: #0FB8BB;
}
.AnyTagClassName
{
color: #0FB8BB;
}
</style>
background-color css
<style>
a { background-color: #0FB8BB; }
a { background-color: rgb(15,184,187); }
div.DivClassName
{
background-color: #0FB8BB;
}
.BgClassName
{
background-color: #0FB8BB;
}
</style>
border-color css
<style>
span { border-color: #0FB8BB; }
span { border-color: rgb(15,184,187); }
td.TdClassName
{
border-color: #0FB8BB;
}
.TagClassName
{
border-color: #0FB8BB;
}
</style>