Shades of Iris Blue #0BAFC0
Tints of Iris Blue #0BAFC0
RGB
CMYK
RGB Variations
Color information
#0BAFC0 (or 0x0BAFC0) is known color: Iris Blue. HEX triplet: 0B, AF and C0. RGB value is (11,175,192). Sum of RGB (Red+Green+Blue) = 11+175+192=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #0BAFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFC0 is #F4503F. Grayscale: #7F7F7F. Windows color (decimal): -16011328 or 12627723. OLE color: 12627723.
HSL color Cylindrical-coordinate representation of color #0BAFC0: hue angle of 185.64º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAFC0 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 175 | 192 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.25 |
| HSL | 185.64º | 0.89% | 0.4% | - |
| HSV(B) | 185.64º | 0.94% | 0.75% | - |
| XYZ | 24.98 | 34.54 | 55.22 | - |
| YUV | 127.9 | 164.17 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 192 | 0.94 | 0.09 | 0 | 0.25 | 185.64 | 0.89 | 0.4 |
| Hex | B | AF | C0 | 5E | 9 | 0 | 19 | BA | 59 | 28 |
| Octal | 13 | 257 | 300 | 136 | 11 | 0 | 31 | 272 | 131 | 50 |
| Binary | 1011 | 10101111 | 11000000 | 1011110 | 1001 | 0 | 11001 | 10111010 | 1011001 | 101000 |
Color Harmonies of #0BAFC0
Complementary color
Monochromatic Colors of #0BAFC0
Black with #0BAFC0
Text Example
Text Example
White with #0BAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFC0; }
p { color: rgb(11,175,192); }
H1.HeaderClassName
{
color: #0BAFC0;
}
.AnyTagClassName
{
color: #0BAFC0;
}
</style>
background-color css
<style>
a { background-color: #0BAFC0; }
a { background-color: rgb(11,175,192); }
div.DivClassName
{
background-color: #0BAFC0;
}
.BgClassName
{
background-color: #0BAFC0;
}
</style>
border-color css
<style>
span { border-color: #0BAFC0; }
span { border-color: rgb(11,175,192); }
td.TdClassName
{
border-color: #0BAFC0;
}
.TagClassName
{
border-color: #0BAFC0;
}
</style>