Shades of Iris Blue #0FABBA
Tints of Iris Blue #0FABBA
RGB
CMYK
RGB Variations
Color information
#0FABBA (or 0x0FABBA) is known color: Iris Blue. HEX triplet: 0F, AB and BA. RGB value is (15,171,186). Sum of RGB (Red+Green+Blue) = 15+171+186=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #0FABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABBA is #F05445. Grayscale: #7D7D7D. Windows color (decimal): -15750214 or 12233487. OLE color: 12233487.
HSL color Cylindrical-coordinate representation of color #0FABBA: hue angle of 185.26º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FABBA is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 171 | 186 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.27 |
| HSL | 185.26º | 0.85% | 0.39% | - |
| HSV(B) | 185.26º | 0.92% | 0.73% | - |
| XYZ | 23.62 | 32.77 | 51.54 | - |
| YUV | 126.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 186 | 0.92 | 0.08 | 0 | 0.27 | 185.26 | 0.85 | 0.39 |
| Hex | F | AB | BA | 5C | 8 | 0 | 1B | B9 | 55 | 27 |
| Octal | 17 | 253 | 272 | 134 | 10 | 0 | 33 | 271 | 125 | 47 |
| Binary | 1111 | 10101011 | 10111010 | 1011100 | 1000 | 0 | 11011 | 10111001 | 1010101 | 100111 |
Color Harmonies of #0FABBA
Complementary color
Monochromatic Colors of #0FABBA
Black with #0FABBA
Text Example
Text Example
White with #0FABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FABBA; }
p { color: rgb(15,171,186); }
H1.HeaderClassName
{
color: #0FABBA;
}
.AnyTagClassName
{
color: #0FABBA;
}
</style>
background-color css
<style>
a { background-color: #0FABBA; }
a { background-color: rgb(15,171,186); }
div.DivClassName
{
background-color: #0FABBA;
}
.BgClassName
{
background-color: #0FABBA;
}
</style>
border-color css
<style>
span { border-color: #0FABBA; }
span { border-color: rgb(15,171,186); }
td.TdClassName
{
border-color: #0FABBA;
}
.TagClassName
{
border-color: #0FABBA;
}
</style>