Shades of Iris Blue #0FBDBD
Tints of Iris Blue #0FBDBD
RGB
CMYK
RGB Variations
Color information
#0FBDBD (or 0x0FBDBD) is known color: Iris Blue. HEX triplet: 0F, BD and BD. RGB value is (15,189,189). Sum of RGB (Red+Green+Blue) = 15+189+189=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #0FBDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDBD is #F04242. Grayscale: #888888. Windows color (decimal): -15745603 or 12434703. OLE color: 12434703.
HSL color Cylindrical-coordinate representation of color #0FBDBD: hue angle of 180º 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 #0FBDBD is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 189 | - |
| CMYK | 0.92 | 0 | 0 | 0.26 |
| HSL | 180º | 0.85% | 0.4% | - |
| HSV(B) | 180º | 0.92% | 0.74% | - |
| XYZ | 27.58 | 40.17 | 54.44 | - |
| YUV | 136.97 | 157.35 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 189 | 0.92 | 0 | 0 | 0.26 | 180 | 0.85 | 0.4 |
| Hex | F | BD | BD | 5C | 0 | 0 | 1A | B4 | 55 | 28 |
| Octal | 17 | 275 | 275 | 134 | 0 | 0 | 32 | 264 | 125 | 50 |
| Binary | 1111 | 10111101 | 10111101 | 1011100 | 0 | 0 | 11010 | 10110100 | 1010101 | 101000 |
Color Harmonies of #0FBDBD
Complementary color
Monochromatic Colors of #0FBDBD
Black with #0FBDBD
Text Example
Text Example
White with #0FBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDBD; }
p { color: rgb(15,189,189); }
H1.HeaderClassName
{
color: #0FBDBD;
}
.AnyTagClassName
{
color: #0FBDBD;
}
</style>
background-color css
<style>
a { background-color: #0FBDBD; }
a { background-color: rgb(15,189,189); }
div.DivClassName
{
background-color: #0FBDBD;
}
.BgClassName
{
background-color: #0FBDBD;
}
</style>
border-color css
<style>
span { border-color: #0FBDBD; }
span { border-color: rgb(15,189,189); }
td.TdClassName
{
border-color: #0FBDBD;
}
.TagClassName
{
border-color: #0FBDBD;
}
</style>