Shades of Iris Blue #0FBCBD
Tints of Iris Blue #0FBCBD
RGB
CMYK
RGB Variations
Color information
#0FBCBD (or 0x0FBCBD) is known color: Iris Blue. HEX triplet: 0F, BC and BD. RGB value is (15,188,189). Sum of RGB (Red+Green+Blue) = 15+188+189=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FBCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCBD is #F04342. Grayscale: #888888. Windows color (decimal): -15745859 or 12434447. OLE color: 12434447.
HSL color Cylindrical-coordinate representation of color #0FBCBD: hue angle of 180.34º 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 #0FBCBD is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 189 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.26 |
| HSL | 180.34º | 0.85% | 0.4% | - |
| HSV(B) | 180.34º | 0.92% | 0.74% | - |
| XYZ | 27.37 | 39.74 | 54.37 | - |
| YUV | 136.39 | 157.69 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 189 | 0.92 | 0.01 | 0 | 0.26 | 180.34 | 0.85 | 0.4 |
| Hex | F | BC | BD | 5C | 1 | 0 | 1A | B4 | 55 | 28 |
| Octal | 17 | 274 | 275 | 134 | 1 | 0 | 32 | 264 | 125 | 50 |
| Binary | 1111 | 10111100 | 10111101 | 1011100 | 1 | 0 | 11010 | 10110100 | 1010101 | 101000 |
Color Harmonies of #0FBCBD
Complementary color
Monochromatic Colors of #0FBCBD
Black with #0FBCBD
Text Example
Text Example
White with #0FBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCBD; }
p { color: rgb(15,188,189); }
H1.HeaderClassName
{
color: #0FBCBD;
}
.AnyTagClassName
{
color: #0FBCBD;
}
</style>
background-color css
<style>
a { background-color: #0FBCBD; }
a { background-color: rgb(15,188,189); }
div.DivClassName
{
background-color: #0FBCBD;
}
.BgClassName
{
background-color: #0FBCBD;
}
</style>
border-color css
<style>
span { border-color: #0FBCBD; }
span { border-color: rgb(15,188,189); }
td.TdClassName
{
border-color: #0FBCBD;
}
.TagClassName
{
border-color: #0FBCBD;
}
</style>