Shades of Iris Blue #0FBDBA
Tints of Iris Blue #0FBDBA
RGB
CMYK
RGB Variations
Color information
#0FBDBA (or 0x0FBDBA) is known color: Iris Blue. HEX triplet: 0F, BD and BA. RGB value is (15,189,186). Sum of RGB (Red+Green+Blue) = 15+189+186=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDBA is #F04245. Grayscale: #888888. Windows color (decimal): -15745606 or 12238095. OLE color: 12238095.
HSL color Cylindrical-coordinate representation of color #0FBDBA: hue angle of 178.97º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBDBA is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 186 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.26 |
| HSL | 178.97º | 0.85% | 0.4% | - |
| HSV(B) | 178.97º | 0.92% | 0.74% | - |
| XYZ | 27.26 | 40.04 | 52.75 | - |
| YUV | 136.63 | 155.85 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 186 | 0.92 | 0 | 0.02 | 0.26 | 178.97 | 0.85 | 0.4 |
| Hex | F | BD | BA | 5C | 0 | 2 | 1A | B3 | 55 | 28 |
| Octal | 17 | 275 | 272 | 134 | 0 | 2 | 32 | 263 | 125 | 50 |
| Binary | 1111 | 10111101 | 10111010 | 1011100 | 0 | 10 | 11010 | 10110011 | 1010101 | 101000 |
Color Harmonies of #0FBDBA
Complementary color
Monochromatic Colors of #0FBDBA
Black with #0FBDBA
Text Example
Text Example
White with #0FBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDBA; }
p { color: rgb(15,189,186); }
H1.HeaderClassName
{
color: #0FBDBA;
}
.AnyTagClassName
{
color: #0FBDBA;
}
</style>
background-color css
<style>
a { background-color: #0FBDBA; }
a { background-color: rgb(15,189,186); }
div.DivClassName
{
background-color: #0FBDBA;
}
.BgClassName
{
background-color: #0FBDBA;
}
</style>
border-color css
<style>
span { border-color: #0FBDBA; }
span { border-color: rgb(15,189,186); }
td.TdClassName
{
border-color: #0FBDBA;
}
.TagClassName
{
border-color: #0FBDBA;
}
</style>