Shades of Iris Blue #0BAFC9
Tints of Iris Blue #0BAFC9
RGB
CMYK
RGB Variations
Color information
#0BAFC9 (or 0x0BAFC9) is known color: Iris Blue. HEX triplet: 0B, AF and C9. RGB value is (11,175,201). Sum of RGB (Red+Green+Blue) = 11+175+201=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #0BAFC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFC9 is #F45036. Grayscale: #808080. Windows color (decimal): -16011319 or 13217547. OLE color: 13217547.
HSL color Cylindrical-coordinate representation of color #0BAFC9: hue angle of 188.21º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFC9 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 175 | 201 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.21 |
| HSL | 188.21º | 0.9% | 0.42% | - |
| HSV(B) | 188.21º | 0.95% | 0.79% | - |
| XYZ | 26.01 | 34.95 | 60.63 | - |
| YUV | 128.93 | 168.67 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 201 | 0.95 | 0.13 | 0 | 0.21 | 188.21 | 0.9 | 0.42 |
| Hex | B | AF | C9 | 5F | D | 0 | 15 | BC | 5A | 2A |
| Octal | 13 | 257 | 311 | 137 | 15 | 0 | 25 | 274 | 132 | 52 |
| Binary | 1011 | 10101111 | 11001001 | 1011111 | 1101 | 0 | 10101 | 10111100 | 1011010 | 101010 |
Color Harmonies of #0BAFC9
Complementary color
Monochromatic Colors of #0BAFC9
Black with #0BAFC9
Text Example
Text Example
White with #0BAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFC9; }
p { color: rgb(11,175,201); }
H1.HeaderClassName
{
color: #0BAFC9;
}
.AnyTagClassName
{
color: #0BAFC9;
}
</style>
background-color css
<style>
a { background-color: #0BAFC9; }
a { background-color: rgb(11,175,201); }
div.DivClassName
{
background-color: #0BAFC9;
}
.BgClassName
{
background-color: #0BAFC9;
}
</style>
border-color css
<style>
span { border-color: #0BAFC9; }
span { border-color: rgb(11,175,201); }
td.TdClassName
{
border-color: #0BAFC9;
}
.TagClassName
{
border-color: #0BAFC9;
}
</style>