Shades of Iris Blue #0FB0C4
Tints of Iris Blue #0FB0C4
RGB
CMYK
RGB Variations
Color information
#0FB0C4 (or 0x0FB0C4) is known color: Iris Blue. HEX triplet: 0F, B0 and C4. RGB value is (15,176,196). Sum of RGB (Red+Green+Blue) = 15+176+196=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #0FB0C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB0C4 is #F04F3B. Grayscale: #818181. Windows color (decimal): -15748924 or 12890127. OLE color: 12890127.
HSL color Cylindrical-coordinate representation of color #0FB0C4: hue angle of 186.63º 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 #0FB0C4 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 176 | 196 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.23 |
| HSL | 186.63º | 0.86% | 0.41% | - |
| HSV(B) | 186.63º | 0.92% | 0.77% | - |
| XYZ | 25.69 | 35.14 | 57.65 | - |
| YUV | 130.14 | 165.16 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 196 | 0.92 | 0.10 | 0 | 0.23 | 186.63 | 0.86 | 0.41 |
| Hex | F | B0 | C4 | 5C | A | 0 | 17 | BB | 56 | 29 |
| Octal | 17 | 260 | 304 | 134 | 12 | 0 | 27 | 273 | 126 | 51 |
| Binary | 1111 | 10110000 | 11000100 | 1011100 | 1010 | 0 | 10111 | 10111011 | 1010110 | 101001 |
Color Harmonies of #0FB0C4
Complementary color
Monochromatic Colors of #0FB0C4
Black with #0FB0C4
Text Example
Text Example
White with #0FB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB0C4; }
p { color: rgb(15,176,196); }
H1.HeaderClassName
{
color: #0FB0C4;
}
.AnyTagClassName
{
color: #0FB0C4;
}
</style>
background-color css
<style>
a { background-color: #0FB0C4; }
a { background-color: rgb(15,176,196); }
div.DivClassName
{
background-color: #0FB0C4;
}
.BgClassName
{
background-color: #0FB0C4;
}
</style>
border-color css
<style>
span { border-color: #0FB0C4; }
span { border-color: rgb(15,176,196); }
td.TdClassName
{
border-color: #0FB0C4;
}
.TagClassName
{
border-color: #0FB0C4;
}
</style>