Shades of Iris Blue #0FACBB
Tints of Iris Blue #0FACBB
RGB
CMYK
RGB Variations
Color information
#0FACBB (or 0x0FACBB) is known color: Iris Blue. HEX triplet: 0F, AC and BB. RGB value is (15,172,187). Sum of RGB (Red+Green+Blue) = 15+172+187=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #0FACBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACBB is #F05344. Grayscale: #7E7E7E. Windows color (decimal): -15749957 or 12299279. OLE color: 12299279.
HSL color Cylindrical-coordinate representation of color #0FACBB: hue angle of 185.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FACBB is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 172 | 187 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.27 |
| HSL | 185.23º | 0.85% | 0.4% | - |
| HSV(B) | 185.23º | 0.92% | 0.73% | - |
| XYZ | 23.92 | 33.19 | 52.16 | - |
| YUV | 126.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 187 | 0.92 | 0.08 | 0 | 0.27 | 185.23 | 0.85 | 0.4 |
| Hex | F | AC | BB | 5C | 8 | 0 | 1B | B9 | 55 | 28 |
| Octal | 17 | 254 | 273 | 134 | 10 | 0 | 33 | 271 | 125 | 50 |
| Binary | 1111 | 10101100 | 10111011 | 1011100 | 1000 | 0 | 11011 | 10111001 | 1010101 | 101000 |
Color Harmonies of #0FACBB
Complementary color
Monochromatic Colors of #0FACBB
Black with #0FACBB
Text Example
Text Example
White with #0FACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACBB; }
p { color: rgb(15,172,187); }
H1.HeaderClassName
{
color: #0FACBB;
}
.AnyTagClassName
{
color: #0FACBB;
}
</style>
background-color css
<style>
a { background-color: #0FACBB; }
a { background-color: rgb(15,172,187); }
div.DivClassName
{
background-color: #0FACBB;
}
.BgClassName
{
background-color: #0FACBB;
}
</style>
border-color css
<style>
span { border-color: #0FACBB; }
span { border-color: rgb(15,172,187); }
td.TdClassName
{
border-color: #0FACBB;
}
.TagClassName
{
border-color: #0FACBB;
}
</style>