Shades of Iris Blue #0FAAC1
Tints of Iris Blue #0FAAC1
RGB
CMYK
RGB Variations
Color information
#0FAAC1 (or 0x0FAAC1) is known color: Iris Blue. HEX triplet: 0F, AA and C1. RGB value is (15,170,193). Sum of RGB (Red+Green+Blue) = 15+170+193=378 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.97% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #0FAAC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAAC1 is #F0553E. Grayscale: #7E7E7E. Windows color (decimal): -15750463 or 12691983. OLE color: 12691983.
HSL color Cylindrical-coordinate representation of color #0FAAC1: hue angle of 187.75º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAAC1 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 170 | 193 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.24 |
| HSL | 187.75º | 0.86% | 0.41% | - |
| HSV(B) | 187.75º | 0.92% | 0.76% | - |
| XYZ | 24.2 | 32.7 | 55.49 | - |
| YUV | 126.28 | 165.65 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 193 | 0.92 | 0.12 | 0 | 0.24 | 187.75 | 0.86 | 0.41 |
| Hex | F | AA | C1 | 5C | C | 0 | 18 | BC | 56 | 29 |
| Octal | 17 | 252 | 301 | 134 | 14 | 0 | 30 | 274 | 126 | 51 |
| Binary | 1111 | 10101010 | 11000001 | 1011100 | 1100 | 0 | 11000 | 10111100 | 1010110 | 101001 |
Color Harmonies of #0FAAC1
Complementary color
Monochromatic Colors of #0FAAC1
Black with #0FAAC1
Text Example
Text Example
White with #0FAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAC1; }
p { color: rgb(15,170,193); }
H1.HeaderClassName
{
color: #0FAAC1;
}
.AnyTagClassName
{
color: #0FAAC1;
}
</style>
background-color css
<style>
a { background-color: #0FAAC1; }
a { background-color: rgb(15,170,193); }
div.DivClassName
{
background-color: #0FAAC1;
}
.BgClassName
{
background-color: #0FAAC1;
}
</style>
border-color css
<style>
span { border-color: #0FAAC1; }
span { border-color: rgb(15,170,193); }
td.TdClassName
{
border-color: #0FAAC1;
}
.TagClassName
{
border-color: #0FAAC1;
}
</style>