Shades of Iris Blue #0FB3BA
Tints of Iris Blue #0FB3BA
RGB
CMYK
RGB Variations
Color information
#0FB3BA (or 0x0FB3BA) is known color: Iris Blue. HEX triplet: 0F, B3 and BA. RGB value is (15,179,186). Sum of RGB (Red+Green+Blue) = 15+179+186=380 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.95% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #0FB3BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB3BA is #F04C45. Grayscale: #828282. Windows color (decimal): -15748166 or 12235535. OLE color: 12235535.
HSL color Cylindrical-coordinate representation of color #0FB3BA: hue angle of 182.46º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB3BA is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 179 | 186 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.27 |
| HSL | 182.46º | 0.85% | 0.39% | - |
| HSV(B) | 182.46º | 0.92% | 0.73% | - |
| XYZ | 25.18 | 35.89 | 52.05 | - |
| YUV | 130.76 | 159.17 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 186 | 0.92 | 0.04 | 0 | 0.27 | 182.46 | 0.85 | 0.39 |
| Hex | F | B3 | BA | 5C | 4 | 0 | 1B | B6 | 55 | 27 |
| Octal | 17 | 263 | 272 | 134 | 4 | 0 | 33 | 266 | 125 | 47 |
| Binary | 1111 | 10110011 | 10111010 | 1011100 | 100 | 0 | 11011 | 10110110 | 1010101 | 100111 |
Color Harmonies of #0FB3BA
Complementary color
Monochromatic Colors of #0FB3BA
Black with #0FB3BA
Text Example
Text Example
White with #0FB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB3BA; }
p { color: rgb(15,179,186); }
H1.HeaderClassName
{
color: #0FB3BA;
}
.AnyTagClassName
{
color: #0FB3BA;
}
</style>
background-color css
<style>
a { background-color: #0FB3BA; }
a { background-color: rgb(15,179,186); }
div.DivClassName
{
background-color: #0FB3BA;
}
.BgClassName
{
background-color: #0FB3BA;
}
</style>
border-color css
<style>
span { border-color: #0FB3BA; }
span { border-color: rgb(15,179,186); }
td.TdClassName
{
border-color: #0FB3BA;
}
.TagClassName
{
border-color: #0FB3BA;
}
</style>