Shades of Iris Blue #0BAECD
Tints of Iris Blue #0BAECD
RGB
CMYK
RGB Variations
Color information
#0BAECD (or 0x0BAECD) is known color: Iris Blue. HEX triplet: 0B, AE and CD. RGB value is (11,174,205). Sum of RGB (Red+Green+Blue) = 11+174+205=390 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.82% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BAECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAECD is #F45132. Grayscale: #808080. Windows color (decimal): -16011571 or 13479435. OLE color: 13479435.
HSL color Cylindrical-coordinate representation of color #0BAECD: hue angle of 189.59º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAECD is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 174 | 205 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.20 |
| HSL | 189.59º | 0.9% | 0.42% | - |
| HSV(B) | 189.59º | 0.95% | 0.8% | - |
| XYZ | 26.29 | 34.75 | 63.08 | - |
| YUV | 128.8 | 171 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 205 | 0.95 | 0.15 | 0 | 0.20 | 189.59 | 0.9 | 0.42 |
| Hex | B | AE | CD | 5F | F | 0 | 14 | BE | 5A | 2A |
| Octal | 13 | 256 | 315 | 137 | 17 | 0 | 24 | 276 | 132 | 52 |
| Binary | 1011 | 10101110 | 11001101 | 1011111 | 1111 | 0 | 10100 | 10111110 | 1011010 | 101010 |
Color Harmonies of #0BAECD
Complementary color
Monochromatic Colors of #0BAECD
Black with #0BAECD
Text Example
Text Example
White with #0BAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAECD; }
p { color: rgb(11,174,205); }
H1.HeaderClassName
{
color: #0BAECD;
}
.AnyTagClassName
{
color: #0BAECD;
}
</style>
background-color css
<style>
a { background-color: #0BAECD; }
a { background-color: rgb(11,174,205); }
div.DivClassName
{
background-color: #0BAECD;
}
.BgClassName
{
background-color: #0BAECD;
}
</style>
border-color css
<style>
span { border-color: #0BAECD; }
span { border-color: rgb(11,174,205); }
td.TdClassName
{
border-color: #0BAECD;
}
.TagClassName
{
border-color: #0BAECD;
}
</style>