Shades of Iris Blue #0BAECF
Tints of Iris Blue #0BAECF
RGB
CMYK
RGB Variations
Color information
#0BAECF (or 0x0BAECF) is known color: Iris Blue. HEX triplet: 0B, AE and CF. RGB value is (11,174,207). Sum of RGB (Red+Green+Blue) = 11+174+207=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #0BAECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAECF is #F45130. Grayscale: #808080. Windows color (decimal): -16011569 or 13610507. OLE color: 13610507.
HSL color Cylindrical-coordinate representation of color #0BAECF: hue angle of 190.1º 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 #0BAECF is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 174 | 207 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.19 |
| HSL | 190.1º | 0.9% | 0.43% | - |
| HSV(B) | 190.1º | 0.95% | 0.81% | - |
| XYZ | 26.54 | 34.85 | 64.36 | - |
| YUV | 129.03 | 172 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 207 | 0.95 | 0.16 | 0 | 0.19 | 190.1 | 0.9 | 0.43 |
| Hex | B | AE | CF | 5F | 10 | 0 | 13 | BE | 5A | 2B |
| Octal | 13 | 256 | 317 | 137 | 20 | 0 | 23 | 276 | 132 | 53 |
| Binary | 1011 | 10101110 | 11001111 | 1011111 | 10000 | 0 | 10011 | 10111110 | 1011010 | 101011 |
Color Harmonies of #0BAECF
Complementary color
Monochromatic Colors of #0BAECF
Black with #0BAECF
Text Example
Text Example
White with #0BAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAECF; }
p { color: rgb(11,174,207); }
H1.HeaderClassName
{
color: #0BAECF;
}
.AnyTagClassName
{
color: #0BAECF;
}
</style>
background-color css
<style>
a { background-color: #0BAECF; }
a { background-color: rgb(11,174,207); }
div.DivClassName
{
background-color: #0BAECF;
}
.BgClassName
{
background-color: #0BAECF;
}
</style>
border-color css
<style>
span { border-color: #0BAECF; }
span { border-color: rgb(11,174,207); }
td.TdClassName
{
border-color: #0BAECF;
}
.TagClassName
{
border-color: #0BAECF;
}
</style>