Shades of Iris Blue #0FA9C5
Tints of Iris Blue #0FA9C5
RGB
CMYK
RGB Variations
Color information
#0FA9C5 (or 0x0FA9C5) is known color: Iris Blue. HEX triplet: 0F, A9 and C5. RGB value is (15,169,197). Sum of RGB (Red+Green+Blue) = 15+169+197=381 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.94% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #0FA9C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA9C5 is #F0563A. Grayscale: #7D7D7D. Windows color (decimal): -15750715 or 12953871. OLE color: 12953871.
HSL color Cylindrical-coordinate representation of color #0FA9C5: hue angle of 189.23º 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 #0FA9C5 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 169 | 197 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.23 |
| HSL | 189.23º | 0.86% | 0.42% | - |
| HSV(B) | 189.23º | 0.92% | 0.77% | - |
| XYZ | 24.46 | 32.51 | 57.81 | - |
| YUV | 126.15 | 167.98 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 197 | 0.92 | 0.14 | 0 | 0.23 | 189.23 | 0.86 | 0.42 |
| Hex | F | A9 | C5 | 5C | E | 0 | 17 | BD | 56 | 2A |
| Octal | 17 | 251 | 305 | 134 | 16 | 0 | 27 | 275 | 126 | 52 |
| Binary | 1111 | 10101001 | 11000101 | 1011100 | 1110 | 0 | 10111 | 10111101 | 1010110 | 101010 |
Color Harmonies of #0FA9C5
Complementary color
Monochromatic Colors of #0FA9C5
Black with #0FA9C5
Text Example
Text Example
White with #0FA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA9C5; }
p { color: rgb(15,169,197); }
H1.HeaderClassName
{
color: #0FA9C5;
}
.AnyTagClassName
{
color: #0FA9C5;
}
</style>
background-color css
<style>
a { background-color: #0FA9C5; }
a { background-color: rgb(15,169,197); }
div.DivClassName
{
background-color: #0FA9C5;
}
.BgClassName
{
background-color: #0FA9C5;
}
</style>
border-color css
<style>
span { border-color: #0FA9C5; }
span { border-color: rgb(15,169,197); }
td.TdClassName
{
border-color: #0FA9C5;
}
.TagClassName
{
border-color: #0FA9C5;
}
</style>