Shades of Iris Blue #0FAFC4
Tints of Iris Blue #0FAFC4
RGB
CMYK
RGB Variations
Color information
#0FAFC4 (or 0x0FAFC4) is known color: Iris Blue. HEX triplet: 0F, AF and C4. RGB value is (15,175,196). Sum of RGB (Red+Green+Blue) = 15+175+196=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #0FAFC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAFC4 is #F0503B. Grayscale: #818181. Windows color (decimal): -15749180 or 12889871. OLE color: 12889871.
HSL color Cylindrical-coordinate representation of color #0FAFC4: hue angle of 186.96º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAFC4 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 175 | 196 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.23 |
| HSL | 186.96º | 0.86% | 0.41% | - |
| HSV(B) | 186.96º | 0.92% | 0.77% | - |
| XYZ | 25.49 | 34.75 | 57.59 | - |
| YUV | 129.55 | 165.49 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 196 | 0.92 | 0.11 | 0 | 0.23 | 186.96 | 0.86 | 0.41 |
| Hex | F | AF | C4 | 5C | B | 0 | 17 | BB | 56 | 29 |
| Octal | 17 | 257 | 304 | 134 | 13 | 0 | 27 | 273 | 126 | 51 |
| Binary | 1111 | 10101111 | 11000100 | 1011100 | 1011 | 0 | 10111 | 10111011 | 1010110 | 101001 |
Color Harmonies of #0FAFC4
Complementary color
Monochromatic Colors of #0FAFC4
Black with #0FAFC4
Text Example
Text Example
White with #0FAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFC4; }
p { color: rgb(15,175,196); }
H1.HeaderClassName
{
color: #0FAFC4;
}
.AnyTagClassName
{
color: #0FAFC4;
}
</style>
background-color css
<style>
a { background-color: #0FAFC4; }
a { background-color: rgb(15,175,196); }
div.DivClassName
{
background-color: #0FAFC4;
}
.BgClassName
{
background-color: #0FAFC4;
}
</style>
border-color css
<style>
span { border-color: #0FAFC4; }
span { border-color: rgb(15,175,196); }
td.TdClassName
{
border-color: #0FAFC4;
}
.TagClassName
{
border-color: #0FAFC4;
}
</style>