Shades of Iris Blue #0FAABF
Tints of Iris Blue #0FAABF
RGB
CMYK
RGB Variations
Color information
#0FAABF (or 0x0FAABF) is known color: Iris Blue. HEX triplet: 0F, AA and BF. RGB value is (15,170,191). Sum of RGB (Red+Green+Blue) = 15+170+191=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #0FAABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAABF is #F05540. Grayscale: #7D7D7D. Windows color (decimal): -15750465 or 12560911. OLE color: 12560911.
HSL color Cylindrical-coordinate representation of color #0FAABF: hue angle of 187.16º 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 #0FAABF is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 170 | 191 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.25 |
| HSL | 187.16º | 0.85% | 0.4% | - |
| HSV(B) | 187.16º | 0.92% | 0.75% | - |
| XYZ | 23.98 | 32.61 | 54.32 | - |
| YUV | 126.05 | 164.65 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 191 | 0.92 | 0.11 | 0 | 0.25 | 187.16 | 0.85 | 0.4 |
| Hex | F | AA | BF | 5C | B | 0 | 19 | BB | 55 | 28 |
| Octal | 17 | 252 | 277 | 134 | 13 | 0 | 31 | 273 | 125 | 50 |
| Binary | 1111 | 10101010 | 10111111 | 1011100 | 1011 | 0 | 11001 | 10111011 | 1010101 | 101000 |
Color Harmonies of #0FAABF
Complementary color
Monochromatic Colors of #0FAABF
Black with #0FAABF
Text Example
Text Example
White with #0FAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAABF; }
p { color: rgb(15,170,191); }
H1.HeaderClassName
{
color: #0FAABF;
}
.AnyTagClassName
{
color: #0FAABF;
}
</style>
background-color css
<style>
a { background-color: #0FAABF; }
a { background-color: rgb(15,170,191); }
div.DivClassName
{
background-color: #0FAABF;
}
.BgClassName
{
background-color: #0FAABF;
}
</style>
border-color css
<style>
span { border-color: #0FAABF; }
span { border-color: rgb(15,170,191); }
td.TdClassName
{
border-color: #0FAABF;
}
.TagClassName
{
border-color: #0FAABF;
}
</style>