Shades of Iris Blue #0FBDBB
Tints of Iris Blue #0FBDBB
RGB
CMYK
RGB Variations
Color information
#0FBDBB (or 0x0FBDBB) is known color: Iris Blue. HEX triplet: 0F, BD and BB. RGB value is (15,189,187). Sum of RGB (Red+Green+Blue) = 15+189+187=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDBB is #F04244. Grayscale: #888888. Windows color (decimal): -15745605 or 12303631. OLE color: 12303631.
HSL color Cylindrical-coordinate representation of color #0FBDBB: hue angle of 179.31º 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 #0FBDBB is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 187 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.26 |
| HSL | 179.31º | 0.85% | 0.4% | - |
| HSV(B) | 179.31º | 0.92% | 0.74% | - |
| XYZ | 27.36 | 40.08 | 53.31 | - |
| YUV | 136.75 | 156.35 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 187 | 0.92 | 0 | 0.01 | 0.26 | 179.31 | 0.85 | 0.4 |
| Hex | F | BD | BB | 5C | 0 | 1 | 1A | B3 | 55 | 28 |
| Octal | 17 | 275 | 273 | 134 | 0 | 1 | 32 | 263 | 125 | 50 |
| Binary | 1111 | 10111101 | 10111011 | 1011100 | 0 | 1 | 11010 | 10110011 | 1010101 | 101000 |
Color Harmonies of #0FBDBB
Complementary color
Monochromatic Colors of #0FBDBB
Black with #0FBDBB
Text Example
Text Example
White with #0FBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDBB; }
p { color: rgb(15,189,187); }
H1.HeaderClassName
{
color: #0FBDBB;
}
.AnyTagClassName
{
color: #0FBDBB;
}
</style>
background-color css
<style>
a { background-color: #0FBDBB; }
a { background-color: rgb(15,189,187); }
div.DivClassName
{
background-color: #0FBDBB;
}
.BgClassName
{
background-color: #0FBDBB;
}
</style>
border-color css
<style>
span { border-color: #0FBDBB; }
span { border-color: rgb(15,189,187); }
td.TdClassName
{
border-color: #0FBDBB;
}
.TagClassName
{
border-color: #0FBDBB;
}
</style>