Shades of Iris Blue #0FB3C1
Tints of Iris Blue #0FB3C1
RGB
CMYK
RGB Variations
Color information
#0FB3C1 (or 0x0FB3C1) is known color: Iris Blue. HEX triplet: 0F, B3 and C1. RGB value is (15,179,193). Sum of RGB (Red+Green+Blue) = 15+179+193=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #0FB3C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB3C1 is #F04C3E. Grayscale: #838383. Windows color (decimal): -15748159 or 12694287. OLE color: 12694287.
HSL color Cylindrical-coordinate representation of color #0FB3C1: hue angle of 184.72º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB3C1 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 179 | 193 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.24 |
| HSL | 184.72º | 0.86% | 0.41% | - |
| HSV(B) | 184.72º | 0.92% | 0.76% | - |
| XYZ | 25.94 | 36.19 | 56.07 | - |
| YUV | 131.56 | 162.67 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 193 | 0.92 | 0.07 | 0 | 0.24 | 184.72 | 0.86 | 0.41 |
| Hex | F | B3 | C1 | 5C | 7 | 0 | 18 | B9 | 56 | 29 |
| Octal | 17 | 263 | 301 | 134 | 7 | 0 | 30 | 271 | 126 | 51 |
| Binary | 1111 | 10110011 | 11000001 | 1011100 | 111 | 0 | 11000 | 10111001 | 1010110 | 101001 |
Color Harmonies of #0FB3C1
Complementary color
Monochromatic Colors of #0FB3C1
Black with #0FB3C1
Text Example
Text Example
White with #0FB3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB3C1; }
p { color: rgb(15,179,193); }
H1.HeaderClassName
{
color: #0FB3C1;
}
.AnyTagClassName
{
color: #0FB3C1;
}
</style>
background-color css
<style>
a { background-color: #0FB3C1; }
a { background-color: rgb(15,179,193); }
div.DivClassName
{
background-color: #0FB3C1;
}
.BgClassName
{
background-color: #0FB3C1;
}
</style>
border-color css
<style>
span { border-color: #0FB3C1; }
span { border-color: rgb(15,179,193); }
td.TdClassName
{
border-color: #0FB3C1;
}
.TagClassName
{
border-color: #0FB3C1;
}
</style>