Shades of Iris Blue #0FAAC5
Tints of Iris Blue #0FAAC5
RGB
CMYK
RGB Variations
Color information
#0FAAC5 (or 0x0FAAC5) is known color: Iris Blue. HEX triplet: 0F, AA and C5. RGB value is (15,170,197). Sum of RGB (Red+Green+Blue) = 15+170+197=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #0FAAC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAAC5 is #F0553A. Grayscale: #7E7E7E. Windows color (decimal): -15750459 or 12954127. OLE color: 12954127.
HSL color Cylindrical-coordinate representation of color #0FAAC5: hue angle of 188.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAAC5 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 170 | 197 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.23 |
| HSL | 188.9º | 0.86% | 0.42% | - |
| HSV(B) | 188.9º | 0.92% | 0.77% | - |
| XYZ | 24.65 | 32.88 | 57.87 | - |
| YUV | 126.73 | 167.65 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 197 | 0.92 | 0.14 | 0 | 0.23 | 188.9 | 0.86 | 0.42 |
| Hex | F | AA | C5 | 5C | E | 0 | 17 | BD | 56 | 2A |
| Octal | 17 | 252 | 305 | 134 | 16 | 0 | 27 | 275 | 126 | 52 |
| Binary | 1111 | 10101010 | 11000101 | 1011100 | 1110 | 0 | 10111 | 10111101 | 1010110 | 101010 |
Color Harmonies of #0FAAC5
Complementary color
Monochromatic Colors of #0FAAC5
Black with #0FAAC5
Text Example
Text Example
White with #0FAAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAC5; }
p { color: rgb(15,170,197); }
H1.HeaderClassName
{
color: #0FAAC5;
}
.AnyTagClassName
{
color: #0FAAC5;
}
</style>
background-color css
<style>
a { background-color: #0FAAC5; }
a { background-color: rgb(15,170,197); }
div.DivClassName
{
background-color: #0FAAC5;
}
.BgClassName
{
background-color: #0FAAC5;
}
</style>
border-color css
<style>
span { border-color: #0FAAC5; }
span { border-color: rgb(15,170,197); }
td.TdClassName
{
border-color: #0FAAC5;
}
.TagClassName
{
border-color: #0FAAC5;
}
</style>