Shades of Iris Blue #0FB5BE
Tints of Iris Blue #0FB5BE
RGB
CMYK
RGB Variations
Color information
#0FB5BE (or 0x0FB5BE) is known color: Iris Blue. HEX triplet: 0F, B5 and BE. RGB value is (15,181,190). Sum of RGB (Red+Green+Blue) = 15+181+190=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FB5BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5BE is #F04A41. Grayscale: #848484. Windows color (decimal): -15747650 or 12498191. OLE color: 12498191.
HSL color Cylindrical-coordinate representation of color #0FB5BE: hue angle of 183.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB5BE is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 181 | 190 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.25 |
| HSL | 183.09º | 0.85% | 0.4% | - |
| HSV(B) | 183.09º | 0.92% | 0.75% | - |
| XYZ | 26.02 | 36.87 | 54.46 | - |
| YUV | 132.39 | 160.5 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 190 | 0.92 | 0.05 | 0 | 0.25 | 183.09 | 0.85 | 0.4 |
| Hex | F | B5 | BE | 5C | 5 | 0 | 19 | B7 | 55 | 28 |
| Octal | 17 | 265 | 276 | 134 | 5 | 0 | 31 | 267 | 125 | 50 |
| Binary | 1111 | 10110101 | 10111110 | 1011100 | 101 | 0 | 11001 | 10110111 | 1010101 | 101000 |
Color Harmonies of #0FB5BE
Complementary color
Monochromatic Colors of #0FB5BE
Black with #0FB5BE
Text Example
Text Example
White with #0FB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB5BE; }
p { color: rgb(15,181,190); }
H1.HeaderClassName
{
color: #0FB5BE;
}
.AnyTagClassName
{
color: #0FB5BE;
}
</style>
background-color css
<style>
a { background-color: #0FB5BE; }
a { background-color: rgb(15,181,190); }
div.DivClassName
{
background-color: #0FB5BE;
}
.BgClassName
{
background-color: #0FB5BE;
}
</style>
border-color css
<style>
span { border-color: #0FB5BE; }
span { border-color: rgb(15,181,190); }
td.TdClassName
{
border-color: #0FB5BE;
}
.TagClassName
{
border-color: #0FB5BE;
}
</style>