Shades of Iris Blue #0BAEDA
Tints of Iris Blue #0BAEDA
RGB
CMYK
RGB Variations
Color information
#0BAEDA (or 0x0BAEDA) is known color: Iris Blue. HEX triplet: 0B, AE and DA. RGB value is (11,174,218). Sum of RGB (Red+Green+Blue) = 11+174+218=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BAEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEDA is #F45125. Grayscale: #818181. Windows color (decimal): -16011558 or 14331403. OLE color: 14331403.
HSL color Cylindrical-coordinate representation of color #0BAEDA: hue angle of 192.75º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAEDA is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 174 | 218 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.15 |
| HSL | 192.75º | 0.9% | 0.45% | - |
| HSV(B) | 192.75º | 0.95% | 0.85% | - |
| XYZ | 27.93 | 35.41 | 71.69 | - |
| YUV | 130.28 | 177.5 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 218 | 0.95 | 0.20 | 0 | 0.15 | 192.75 | 0.9 | 0.45 |
| Hex | B | AE | DA | 5F | 14 | 0 | F | C1 | 5A | 2D |
| Octal | 13 | 256 | 332 | 137 | 24 | 0 | 17 | 301 | 132 | 55 |
| Binary | 1011 | 10101110 | 11011010 | 1011111 | 10100 | 0 | 1111 | 11000001 | 1011010 | 101101 |
Color Harmonies of #0BAEDA
Complementary color
Monochromatic Colors of #0BAEDA
Black with #0BAEDA
Text Example
Text Example
White with #0BAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEDA; }
p { color: rgb(11,174,218); }
H1.HeaderClassName
{
color: #0BAEDA;
}
.AnyTagClassName
{
color: #0BAEDA;
}
</style>
background-color css
<style>
a { background-color: #0BAEDA; }
a { background-color: rgb(11,174,218); }
div.DivClassName
{
background-color: #0BAEDA;
}
.BgClassName
{
background-color: #0BAEDA;
}
</style>
border-color css
<style>
span { border-color: #0BAEDA; }
span { border-color: rgb(11,174,218); }
td.TdClassName
{
border-color: #0BAEDA;
}
.TagClassName
{
border-color: #0BAEDA;
}
</style>