Shades of Iris Blue #0BAFBC
Tints of Iris Blue #0BAFBC
RGB
CMYK
RGB Variations
Color information
#0BAFBC (or 0x0BAFBC) is known color: Iris Blue. HEX triplet: 0B, AF and BC. RGB value is (11,175,188). Sum of RGB (Red+Green+Blue) = 11+175+188=374 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.94% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #0BAFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFBC is #F45043. Grayscale: #7F7F7F. Windows color (decimal): -16011332 or 12365579. OLE color: 12365579.
HSL color Cylindrical-coordinate representation of color #0BAFBC: hue angle of 184.41º 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 #0BAFBC is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 175 | 188 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.26 |
| HSL | 184.41º | 0.89% | 0.39% | - |
| HSV(B) | 184.41º | 0.94% | 0.74% | - |
| XYZ | 24.55 | 34.36 | 52.92 | - |
| YUV | 127.45 | 162.17 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 188 | 0.94 | 0.07 | 0 | 0.26 | 184.41 | 0.89 | 0.39 |
| Hex | B | AF | BC | 5E | 7 | 0 | 1A | B8 | 59 | 27 |
| Octal | 13 | 257 | 274 | 136 | 7 | 0 | 32 | 270 | 131 | 47 |
| Binary | 1011 | 10101111 | 10111100 | 1011110 | 111 | 0 | 11010 | 10111000 | 1011001 | 100111 |
Color Harmonies of #0BAFBC
Complementary color
Monochromatic Colors of #0BAFBC
Black with #0BAFBC
Text Example
Text Example
White with #0BAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFBC; }
p { color: rgb(11,175,188); }
H1.HeaderClassName
{
color: #0BAFBC;
}
.AnyTagClassName
{
color: #0BAFBC;
}
</style>
background-color css
<style>
a { background-color: #0BAFBC; }
a { background-color: rgb(11,175,188); }
div.DivClassName
{
background-color: #0BAFBC;
}
.BgClassName
{
background-color: #0BAFBC;
}
</style>
border-color css
<style>
span { border-color: #0BAFBC; }
span { border-color: rgb(11,175,188); }
td.TdClassName
{
border-color: #0BAFBC;
}
.TagClassName
{
border-color: #0BAFBC;
}
</style>