Shades of Iris Blue #0FB6B9
Tints of Iris Blue #0FB6B9
RGB
CMYK
RGB Variations
Color information
#0FB6B9 (or 0x0FB6B9) is known color: Iris Blue. HEX triplet: 0F, B6 and B9. RGB value is (15,182,185). Sum of RGB (Red+Green+Blue) = 15+182+185=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #0FB6B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB6B9 is #F04946. Grayscale: #848484. Windows color (decimal): -15747399 or 12170767. OLE color: 12170767.
HSL color Cylindrical-coordinate representation of color #0FB6B9: hue angle of 181.06º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB6B9 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 182 | 185 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.27 |
| HSL | 181.06º | 0.85% | 0.39% | - |
| HSV(B) | 181.06º | 0.92% | 0.73% | - |
| XYZ | 25.68 | 37.06 | 51.7 | - |
| YUV | 132.41 | 157.67 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 185 | 0.92 | 0.02 | 0 | 0.27 | 181.06 | 0.85 | 0.39 |
| Hex | F | B6 | B9 | 5C | 2 | 0 | 1B | B5 | 55 | 27 |
| Octal | 17 | 266 | 271 | 134 | 2 | 0 | 33 | 265 | 125 | 47 |
| Binary | 1111 | 10110110 | 10111001 | 1011100 | 10 | 0 | 11011 | 10110101 | 1010101 | 100111 |
Color Harmonies of #0FB6B9
Complementary color
Monochromatic Colors of #0FB6B9
Black with #0FB6B9
Text Example
Text Example
White with #0FB6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB6B9; }
p { color: rgb(15,182,185); }
H1.HeaderClassName
{
color: #0FB6B9;
}
.AnyTagClassName
{
color: #0FB6B9;
}
</style>
background-color css
<style>
a { background-color: #0FB6B9; }
a { background-color: rgb(15,182,185); }
div.DivClassName
{
background-color: #0FB6B9;
}
.BgClassName
{
background-color: #0FB6B9;
}
</style>
border-color css
<style>
span { border-color: #0FB6B9; }
span { border-color: rgb(15,182,185); }
td.TdClassName
{
border-color: #0FB6B9;
}
.TagClassName
{
border-color: #0FB6B9;
}
</style>