Shades of Iris Blue #0FC1BD
Tints of Iris Blue #0FC1BD
RGB
CMYK
RGB Variations
Color information
#0FC1BD (or 0x0FC1BD) is known color: Iris Blue. HEX triplet: 0F, C1 and BD. RGB value is (15,193,189). Sum of RGB (Red+Green+Blue) = 15+193+189=397 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.78% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC1BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC1BD is #F03E42. Grayscale: #8B8B8B. Windows color (decimal): -15744579 or 12435727. OLE color: 12435727.
HSL color Cylindrical-coordinate representation of color #0FC1BD: hue angle of 178.65º 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 #0FC1BD is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 189 | - |
| CMYK | 0.92 | 0 | 0.02 | 0.24 |
| HSL | 178.65º | 0.86% | 0.41% | - |
| HSV(B) | 178.65º | 0.92% | 0.76% | - |
| XYZ | 28.45 | 41.92 | 54.74 | - |
| YUV | 139.32 | 156.03 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 189 | 0.92 | 0 | 0.02 | 0.24 | 178.65 | 0.86 | 0.41 |
| Hex | F | C1 | BD | 5C | 0 | 2 | 18 | B3 | 56 | 29 |
| Octal | 17 | 301 | 275 | 134 | 0 | 2 | 30 | 263 | 126 | 51 |
| Binary | 1111 | 11000001 | 10111101 | 1011100 | 0 | 10 | 11000 | 10110011 | 1010110 | 101001 |
Color Harmonies of #0FC1BD
Complementary color
Monochromatic Colors of #0FC1BD
Black with #0FC1BD
Text Example
Text Example
White with #0FC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC1BD; }
p { color: rgb(15,193,189); }
H1.HeaderClassName
{
color: #0FC1BD;
}
.AnyTagClassName
{
color: #0FC1BD;
}
</style>
background-color css
<style>
a { background-color: #0FC1BD; }
a { background-color: rgb(15,193,189); }
div.DivClassName
{
background-color: #0FC1BD;
}
.BgClassName
{
background-color: #0FC1BD;
}
</style>
border-color css
<style>
span { border-color: #0FC1BD; }
span { border-color: rgb(15,193,189); }
td.TdClassName
{
border-color: #0FC1BD;
}
.TagClassName
{
border-color: #0FC1BD;
}
</style>