Shades of Iris Blue #0FB8BE
Tints of Iris Blue #0FB8BE
RGB
CMYK
RGB Variations
Color information
#0FB8BE (or 0x0FB8BE) is known color: Iris Blue. HEX triplet: 0F, B8 and BE. RGB value is (15,184,190). Sum of RGB (Red+Green+Blue) = 15+184+190=389 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.86% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FB8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8BE is #F04741. Grayscale: #858585. Windows color (decimal): -15746882 or 12498959. OLE color: 12498959.
HSL color Cylindrical-coordinate representation of color #0FB8BE: hue angle of 182.06º 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 #0FB8BE is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 184 | 190 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.25 |
| HSL | 182.06º | 0.85% | 0.4% | - |
| HSV(B) | 182.06º | 0.92% | 0.75% | - |
| XYZ | 26.63 | 38.1 | 54.67 | - |
| YUV | 134.15 | 159.51 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 190 | 0.92 | 0.03 | 0 | 0.25 | 182.06 | 0.85 | 0.4 |
| Hex | F | B8 | BE | 5C | 3 | 0 | 19 | B6 | 55 | 28 |
| Octal | 17 | 270 | 276 | 134 | 3 | 0 | 31 | 266 | 125 | 50 |
| Binary | 1111 | 10111000 | 10111110 | 1011100 | 11 | 0 | 11001 | 10110110 | 1010101 | 101000 |
Color Harmonies of #0FB8BE
Complementary color
Monochromatic Colors of #0FB8BE
Black with #0FB8BE
Text Example
Text Example
White with #0FB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB8BE; }
p { color: rgb(15,184,190); }
H1.HeaderClassName
{
color: #0FB8BE;
}
.AnyTagClassName
{
color: #0FB8BE;
}
</style>
background-color css
<style>
a { background-color: #0FB8BE; }
a { background-color: rgb(15,184,190); }
div.DivClassName
{
background-color: #0FB8BE;
}
.BgClassName
{
background-color: #0FB8BE;
}
</style>
border-color css
<style>
span { border-color: #0FB8BE; }
span { border-color: rgb(15,184,190); }
td.TdClassName
{
border-color: #0FB8BE;
}
.TagClassName
{
border-color: #0FB8BE;
}
</style>