Shades of Iris Blue #0FB2BE
Tints of Iris Blue #0FB2BE
RGB
CMYK
RGB Variations
Color information
#0FB2BE (or 0x0FB2BE) is known color: Iris Blue. HEX triplet: 0F, B2 and BE. RGB value is (15,178,190). Sum of RGB (Red+Green+Blue) = 15+178+190=383 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.92% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FB2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB2BE is #F04D41. Grayscale: #828282. Windows color (decimal): -15748418 or 12497423. OLE color: 12497423.
HSL color Cylindrical-coordinate representation of color #0FB2BE: hue angle of 184.11º 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 #0FB2BE is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 178 | 190 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.25 |
| HSL | 184.11º | 0.85% | 0.4% | - |
| HSV(B) | 184.11º | 0.92% | 0.75% | - |
| XYZ | 25.41 | 35.66 | 54.26 | - |
| YUV | 130.63 | 161.5 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 190 | 0.92 | 0.06 | 0 | 0.25 | 184.11 | 0.85 | 0.4 |
| Hex | F | B2 | BE | 5C | 6 | 0 | 19 | B8 | 55 | 28 |
| Octal | 17 | 262 | 276 | 134 | 6 | 0 | 31 | 270 | 125 | 50 |
| Binary | 1111 | 10110010 | 10111110 | 1011100 | 110 | 0 | 11001 | 10111000 | 1010101 | 101000 |
Color Harmonies of #0FB2BE
Complementary color
Monochromatic Colors of #0FB2BE
Black with #0FB2BE
Text Example
Text Example
White with #0FB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB2BE; }
p { color: rgb(15,178,190); }
H1.HeaderClassName
{
color: #0FB2BE;
}
.AnyTagClassName
{
color: #0FB2BE;
}
</style>
background-color css
<style>
a { background-color: #0FB2BE; }
a { background-color: rgb(15,178,190); }
div.DivClassName
{
background-color: #0FB2BE;
}
.BgClassName
{
background-color: #0FB2BE;
}
</style>
border-color css
<style>
span { border-color: #0FB2BE; }
span { border-color: rgb(15,178,190); }
td.TdClassName
{
border-color: #0FB2BE;
}
.TagClassName
{
border-color: #0FB2BE;
}
</style>