Shades of Iris Blue #0FB4BE
Tints of Iris Blue #0FB4BE
RGB
CMYK
RGB Variations
Color information
#0FB4BE (or 0x0FB4BE) is known color: Iris Blue. HEX triplet: 0F, B4 and BE. RGB value is (15,180,190). Sum of RGB (Red+Green+Blue) = 15+180+190=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FB4BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4BE is #F04B41. Grayscale: #838383. Windows color (decimal): -15747906 or 12497935. OLE color: 12497935.
HSL color Cylindrical-coordinate representation of color #0FB4BE: hue angle of 183.43º 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 #0FB4BE is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 180 | 190 | - |
| CMYK | 0.92 | 0.05 | 0 | 0.25 |
| HSL | 183.43º | 0.85% | 0.4% | - |
| HSV(B) | 183.43º | 0.92% | 0.75% | - |
| XYZ | 25.81 | 36.46 | 54.39 | - |
| YUV | 131.81 | 160.84 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 190 | 0.92 | 0.05 | 0 | 0.25 | 183.43 | 0.85 | 0.4 |
| Hex | F | B4 | BE | 5C | 5 | 0 | 19 | B7 | 55 | 28 |
| Octal | 17 | 264 | 276 | 134 | 5 | 0 | 31 | 267 | 125 | 50 |
| Binary | 1111 | 10110100 | 10111110 | 1011100 | 101 | 0 | 11001 | 10110111 | 1010101 | 101000 |
Color Harmonies of #0FB4BE
Complementary color
Monochromatic Colors of #0FB4BE
Black with #0FB4BE
Text Example
Text Example
White with #0FB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4BE; }
p { color: rgb(15,180,190); }
H1.HeaderClassName
{
color: #0FB4BE;
}
.AnyTagClassName
{
color: #0FB4BE;
}
</style>
background-color css
<style>
a { background-color: #0FB4BE; }
a { background-color: rgb(15,180,190); }
div.DivClassName
{
background-color: #0FB4BE;
}
.BgClassName
{
background-color: #0FB4BE;
}
</style>
border-color css
<style>
span { border-color: #0FB4BE; }
span { border-color: rgb(15,180,190); }
td.TdClassName
{
border-color: #0FB4BE;
}
.TagClassName
{
border-color: #0FB4BE;
}
</style>