Shades of Iris Blue #0BAFBD
Tints of Iris Blue #0BAFBD
RGB
CMYK
RGB Variations
Color information
#0BAFBD (or 0x0BAFBD) is known color: Iris Blue. HEX triplet: 0B, AF and BD. RGB value is (11,175,189). Sum of RGB (Red+Green+Blue) = 11+175+189=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #0BAFBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFBD is #F45042. Grayscale: #7F7F7F. Windows color (decimal): -16011331 or 12431115. OLE color: 12431115.
HSL color Cylindrical-coordinate representation of color #0BAFBD: hue angle of 184.72º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAFBD is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 175 | 189 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.26 |
| HSL | 184.72º | 0.89% | 0.39% | - |
| HSV(B) | 184.72º | 0.94% | 0.74% | - |
| XYZ | 24.65 | 34.41 | 53.49 | - |
| YUV | 127.56 | 162.67 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 189 | 0.94 | 0.07 | 0 | 0.26 | 184.72 | 0.89 | 0.39 |
| Hex | B | AF | BD | 5E | 7 | 0 | 1A | B9 | 59 | 27 |
| Octal | 13 | 257 | 275 | 136 | 7 | 0 | 32 | 271 | 131 | 47 |
| Binary | 1011 | 10101111 | 10111101 | 1011110 | 111 | 0 | 11010 | 10111001 | 1011001 | 100111 |
Color Harmonies of #0BAFBD
Complementary color
Monochromatic Colors of #0BAFBD
Black with #0BAFBD
Text Example
Text Example
White with #0BAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFBD; }
p { color: rgb(11,175,189); }
H1.HeaderClassName
{
color: #0BAFBD;
}
.AnyTagClassName
{
color: #0BAFBD;
}
</style>
background-color css
<style>
a { background-color: #0BAFBD; }
a { background-color: rgb(11,175,189); }
div.DivClassName
{
background-color: #0BAFBD;
}
.BgClassName
{
background-color: #0BAFBD;
}
</style>
border-color css
<style>
span { border-color: #0BAFBD; }
span { border-color: rgb(11,175,189); }
td.TdClassName
{
border-color: #0BAFBD;
}
.TagClassName
{
border-color: #0BAFBD;
}
</style>