Shades of Iris Blue #0FBDC0
Tints of Iris Blue #0FBDC0
RGB
CMYK
RGB Variations
Color information
#0FBDC0 (or 0x0FBDC0) is known color: Iris Blue. HEX triplet: 0F, BD and C0. RGB value is (15,189,192). Sum of RGB (Red+Green+Blue) = 15+189+192=396 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.79% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #0FBDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDC0 is #F0423F. Grayscale: #898989. Windows color (decimal): -15745600 or 12631311. OLE color: 12631311.
HSL color Cylindrical-coordinate representation of color #0FBDC0: hue angle of 181.02º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBDC0 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 189 | 192 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.25 |
| HSL | 181.02º | 0.86% | 0.41% | - |
| HSV(B) | 181.02º | 0.92% | 0.75% | - |
| XYZ | 27.91 | 40.3 | 56.18 | - |
| YUV | 137.32 | 158.85 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 192 | 0.92 | 0.02 | 0 | 0.25 | 181.02 | 0.86 | 0.41 |
| Hex | F | BD | C0 | 5C | 2 | 0 | 19 | B5 | 56 | 29 |
| Octal | 17 | 275 | 300 | 134 | 2 | 0 | 31 | 265 | 126 | 51 |
| Binary | 1111 | 10111101 | 11000000 | 1011100 | 10 | 0 | 11001 | 10110101 | 1010110 | 101001 |
Color Harmonies of #0FBDC0
Complementary color
Monochromatic Colors of #0FBDC0
Black with #0FBDC0
Text Example
Text Example
White with #0FBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDC0; }
p { color: rgb(15,189,192); }
H1.HeaderClassName
{
color: #0FBDC0;
}
.AnyTagClassName
{
color: #0FBDC0;
}
</style>
background-color css
<style>
a { background-color: #0FBDC0; }
a { background-color: rgb(15,189,192); }
div.DivClassName
{
background-color: #0FBDC0;
}
.BgClassName
{
background-color: #0FBDC0;
}
</style>
border-color css
<style>
span { border-color: #0FBDC0; }
span { border-color: rgb(15,189,192); }
td.TdClassName
{
border-color: #0FBDC0;
}
.TagClassName
{
border-color: #0FBDC0;
}
</style>