Shades of Iris Blue #0FB1C4
Tints of Iris Blue #0FB1C4
RGB
CMYK
RGB Variations
Color information
#0FB1C4 (or 0x0FB1C4) is known color: Iris Blue. HEX triplet: 0F, B1 and C4. RGB value is (15,177,196). Sum of RGB (Red+Green+Blue) = 15+177+196=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 196 (76.95% from 255 or 50.52% from 388); Max value from RGB is 196 - color contains mainly: blue. Hex color #0FB1C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FB1C4 is #F04E3B. Grayscale: #828282. Windows color (decimal): -15748668 or 12890383. OLE color: 12890383.
HSL color Cylindrical-coordinate representation of color #0FB1C4: hue angle of 186.3º 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 #0FB1C4 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 177 | 196 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.23 |
| HSL | 186.3º | 0.86% | 0.41% | - |
| HSV(B) | 186.3º | 0.92% | 0.77% | - |
| XYZ | 25.88 | 35.53 | 57.72 | - |
| YUV | 130.73 | 164.83 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 196 | 0.92 | 0.10 | 0 | 0.23 | 186.3 | 0.86 | 0.41 |
| Hex | F | B1 | C4 | 5C | A | 0 | 17 | BA | 56 | 29 |
| Octal | 17 | 261 | 304 | 134 | 12 | 0 | 27 | 272 | 126 | 51 |
| Binary | 1111 | 10110001 | 11000100 | 1011100 | 1010 | 0 | 10111 | 10111010 | 1010110 | 101001 |
Color Harmonies of #0FB1C4
Complementary color
Monochromatic Colors of #0FB1C4
Black with #0FB1C4
Text Example
Text Example
White with #0FB1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB1C4; }
p { color: rgb(15,177,196); }
H1.HeaderClassName
{
color: #0FB1C4;
}
.AnyTagClassName
{
color: #0FB1C4;
}
</style>
background-color css
<style>
a { background-color: #0FB1C4; }
a { background-color: rgb(15,177,196); }
div.DivClassName
{
background-color: #0FB1C4;
}
.BgClassName
{
background-color: #0FB1C4;
}
</style>
border-color css
<style>
span { border-color: #0FB1C4; }
span { border-color: rgb(15,177,196); }
td.TdClassName
{
border-color: #0FB1C4;
}
.TagClassName
{
border-color: #0FB1C4;
}
</style>