Shades of Iris Blue #0FAABC
Tints of Iris Blue #0FAABC
RGB
CMYK
RGB Variations
Color information
#0FAABC (or 0x0FAABC) is known color: Iris Blue. HEX triplet: 0F, AA and BC. RGB value is (15,170,188). Sum of RGB (Red+Green+Blue) = 15+170+188=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #0FAABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAABC is #F05543. Grayscale: #7D7D7D. Windows color (decimal): -15750468 or 12364303. OLE color: 12364303.
HSL color Cylindrical-coordinate representation of color #0FAABC: hue angle of 186.24º 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 #0FAABC is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 170 | 188 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.26 |
| HSL | 186.24º | 0.85% | 0.4% | - |
| HSV(B) | 186.24º | 0.92% | 0.74% | - |
| XYZ | 23.65 | 32.48 | 52.6 | - |
| YUV | 125.71 | 163.15 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 188 | 0.92 | 0.10 | 0 | 0.26 | 186.24 | 0.85 | 0.4 |
| Hex | F | AA | BC | 5C | A | 0 | 1A | BA | 55 | 28 |
| Octal | 17 | 252 | 274 | 134 | 12 | 0 | 32 | 272 | 125 | 50 |
| Binary | 1111 | 10101010 | 10111100 | 1011100 | 1010 | 0 | 11010 | 10111010 | 1010101 | 101000 |
Color Harmonies of #0FAABC
Complementary color
Monochromatic Colors of #0FAABC
Black with #0FAABC
Text Example
Text Example
White with #0FAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAABC; }
p { color: rgb(15,170,188); }
H1.HeaderClassName
{
color: #0FAABC;
}
.AnyTagClassName
{
color: #0FAABC;
}
</style>
background-color css
<style>
a { background-color: #0FAABC; }
a { background-color: rgb(15,170,188); }
div.DivClassName
{
background-color: #0FAABC;
}
.BgClassName
{
background-color: #0FAABC;
}
</style>
border-color css
<style>
span { border-color: #0FAABC; }
span { border-color: rgb(15,170,188); }
td.TdClassName
{
border-color: #0FAABC;
}
.TagClassName
{
border-color: #0FAABC;
}
</style>