Shades of Iris Blue #0BAFCE
Tints of Iris Blue #0BAFCE
RGB
CMYK
RGB Variations
Color information
#0BAFCE (or 0x0BAFCE) is known color: Iris Blue. HEX triplet: 0B, AF and CE. RGB value is (11,175,206). Sum of RGB (Red+Green+Blue) = 11+175+206=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #0BAFCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFCE is #F45031. Grayscale: #818181. Windows color (decimal): -16011314 or 13545227. OLE color: 13545227.
HSL color Cylindrical-coordinate representation of color #0BAFCE: hue angle of 189.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFCE is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 175 | 206 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.19 |
| HSL | 189.54º | 0.9% | 0.43% | - |
| HSV(B) | 189.54º | 0.95% | 0.81% | - |
| XYZ | 26.61 | 35.19 | 63.78 | - |
| YUV | 129.5 | 171.17 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 206 | 0.95 | 0.15 | 0 | 0.19 | 189.54 | 0.9 | 0.43 |
| Hex | B | AF | CE | 5F | F | 0 | 13 | BE | 5A | 2B |
| Octal | 13 | 257 | 316 | 137 | 17 | 0 | 23 | 276 | 132 | 53 |
| Binary | 1011 | 10101111 | 11001110 | 1011111 | 1111 | 0 | 10011 | 10111110 | 1011010 | 101011 |
Color Harmonies of #0BAFCE
Complementary color
Monochromatic Colors of #0BAFCE
Black with #0BAFCE
Text Example
Text Example
White with #0BAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFCE; }
p { color: rgb(11,175,206); }
H1.HeaderClassName
{
color: #0BAFCE;
}
.AnyTagClassName
{
color: #0BAFCE;
}
</style>
background-color css
<style>
a { background-color: #0BAFCE; }
a { background-color: rgb(11,175,206); }
div.DivClassName
{
background-color: #0BAFCE;
}
.BgClassName
{
background-color: #0BAFCE;
}
</style>
border-color css
<style>
span { border-color: #0BAFCE; }
span { border-color: rgb(11,175,206); }
td.TdClassName
{
border-color: #0BAFCE;
}
.TagClassName
{
border-color: #0BAFCE;
}
</style>