Shades of Iris Blue #0FAFC9
Tints of Iris Blue #0FAFC9
RGB
CMYK
RGB Variations
Color information
#0FAFC9 (or 0x0FAFC9) is known color: Iris Blue. HEX triplet: 0F, AF and C9. RGB value is (15,175,201). Sum of RGB (Red+Green+Blue) = 15+175+201=391 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.84% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #0FAFC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAFC9 is #F05036. Grayscale: #818181. Windows color (decimal): -15749175 or 13217551. OLE color: 13217551.
HSL color Cylindrical-coordinate representation of color #0FAFC9: hue angle of 188.39º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAFC9 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 175 | 201 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.21 |
| HSL | 188.39º | 0.86% | 0.42% | - |
| HSV(B) | 188.39º | 0.93% | 0.79% | - |
| XYZ | 26.07 | 34.98 | 60.64 | - |
| YUV | 130.12 | 167.99 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 201 | 0.93 | 0.13 | 0 | 0.21 | 188.39 | 0.86 | 0.42 |
| Hex | F | AF | C9 | 5D | D | 0 | 15 | BC | 56 | 2A |
| Octal | 17 | 257 | 311 | 135 | 15 | 0 | 25 | 274 | 126 | 52 |
| Binary | 1111 | 10101111 | 11001001 | 1011101 | 1101 | 0 | 10101 | 10111100 | 1010110 | 101010 |
Color Harmonies of #0FAFC9
Complementary color
Monochromatic Colors of #0FAFC9
Black with #0FAFC9
Text Example
Text Example
White with #0FAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFC9; }
p { color: rgb(15,175,201); }
H1.HeaderClassName
{
color: #0FAFC9;
}
.AnyTagClassName
{
color: #0FAFC9;
}
</style>
background-color css
<style>
a { background-color: #0FAFC9; }
a { background-color: rgb(15,175,201); }
div.DivClassName
{
background-color: #0FAFC9;
}
.BgClassName
{
background-color: #0FAFC9;
}
</style>
border-color css
<style>
span { border-color: #0FAFC9; }
span { border-color: rgb(15,175,201); }
td.TdClassName
{
border-color: #0FAFC9;
}
.TagClassName
{
border-color: #0FAFC9;
}
</style>