Shades of Iris Blue #0FACBE
Tints of Iris Blue #0FACBE
RGB
CMYK
RGB Variations
Color information
#0FACBE (or 0x0FACBE) is known color: Iris Blue. HEX triplet: 0F, AC and BE. RGB value is (15,172,190). Sum of RGB (Red+Green+Blue) = 15+172+190=377 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.98% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FACBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACBE is #F05341. Grayscale: #7E7E7E. Windows color (decimal): -15749954 or 12495887. OLE color: 12495887.
HSL color Cylindrical-coordinate representation of color #0FACBE: hue angle of 186.17º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FACBE is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 172 | 190 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.25 |
| HSL | 186.17º | 0.85% | 0.4% | - |
| HSV(B) | 186.17º | 0.92% | 0.75% | - |
| XYZ | 24.24 | 33.32 | 53.87 | - |
| YUV | 127.11 | 163.49 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 190 | 0.92 | 0.09 | 0 | 0.25 | 186.17 | 0.85 | 0.4 |
| Hex | F | AC | BE | 5C | 9 | 0 | 19 | BA | 55 | 28 |
| Octal | 17 | 254 | 276 | 134 | 11 | 0 | 31 | 272 | 125 | 50 |
| Binary | 1111 | 10101100 | 10111110 | 1011100 | 1001 | 0 | 11001 | 10111010 | 1010101 | 101000 |
Color Harmonies of #0FACBE
Complementary color
Monochromatic Colors of #0FACBE
Black with #0FACBE
Text Example
Text Example
White with #0FACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACBE; }
p { color: rgb(15,172,190); }
H1.HeaderClassName
{
color: #0FACBE;
}
.AnyTagClassName
{
color: #0FACBE;
}
</style>
background-color css
<style>
a { background-color: #0FACBE; }
a { background-color: rgb(15,172,190); }
div.DivClassName
{
background-color: #0FACBE;
}
.BgClassName
{
background-color: #0FACBE;
}
</style>
border-color css
<style>
span { border-color: #0FACBE; }
span { border-color: rgb(15,172,190); }
td.TdClassName
{
border-color: #0FACBE;
}
.TagClassName
{
border-color: #0FACBE;
}
</style>