Shades of Iris Blue #0BAECE
Tints of Iris Blue #0BAECE
RGB
CMYK
RGB Variations
Color information
#0BAECE (or 0x0BAECE) is known color: Iris Blue. HEX triplet: 0B, AE and CE. RGB value is (11,174,206). Sum of RGB (Red+Green+Blue) = 11+174+206=391 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #0BAECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAECE is #F45131. Grayscale: #808080. Windows color (decimal): -16011570 or 13544971. OLE color: 13544971.
HSL color Cylindrical-coordinate representation of color #0BAECE: hue angle of 189.85º 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 #0BAECE is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 174 | 206 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.19 |
| HSL | 189.85º | 0.9% | 0.43% | - |
| HSV(B) | 189.85º | 0.95% | 0.81% | - |
| XYZ | 26.41 | 34.8 | 63.72 | - |
| YUV | 128.91 | 171.5 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 206 | 0.95 | 0.16 | 0 | 0.19 | 189.85 | 0.9 | 0.43 |
| Hex | B | AE | CE | 5F | 10 | 0 | 13 | BE | 5A | 2B |
| Octal | 13 | 256 | 316 | 137 | 20 | 0 | 23 | 276 | 132 | 53 |
| Binary | 1011 | 10101110 | 11001110 | 1011111 | 10000 | 0 | 10011 | 10111110 | 1011010 | 101011 |
Color Harmonies of #0BAECE
Complementary color
Monochromatic Colors of #0BAECE
Black with #0BAECE
Text Example
Text Example
White with #0BAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAECE; }
p { color: rgb(11,174,206); }
H1.HeaderClassName
{
color: #0BAECE;
}
.AnyTagClassName
{
color: #0BAECE;
}
</style>
background-color css
<style>
a { background-color: #0BAECE; }
a { background-color: rgb(11,174,206); }
div.DivClassName
{
background-color: #0BAECE;
}
.BgClassName
{
background-color: #0BAECE;
}
</style>
border-color css
<style>
span { border-color: #0BAECE; }
span { border-color: rgb(11,174,206); }
td.TdClassName
{
border-color: #0BAECE;
}
.TagClassName
{
border-color: #0BAECE;
}
</style>