Shades of Iris Blue #0BAECC
Tints of Iris Blue #0BAECC
RGB
CMYK
RGB Variations
Color information
#0BAECC (or 0x0BAECC) is known color: Iris Blue. HEX triplet: 0B, AE and CC. RGB value is (11,174,204). Sum of RGB (Red+Green+Blue) = 11+174+204=389 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.83% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #0BAECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAECC is #F45133. Grayscale: #808080. Windows color (decimal): -16011572 or 13413899. OLE color: 13413899.
HSL color Cylindrical-coordinate representation of color #0BAECC: hue angle of 189.33º 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 #0BAECC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 174 | 204 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.2 |
| HSL | 189.33º | 0.9% | 0.42% | - |
| HSV(B) | 189.33º | 0.95% | 0.8% | - |
| XYZ | 26.17 | 34.7 | 62.45 | - |
| YUV | 128.68 | 170.5 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 204 | 0.95 | 0.15 | 0 | 0.2 | 189.33 | 0.9 | 0.42 |
| Hex | B | AE | CC | 5F | F | 0 | 14 | BD | 5A | 2A |
| Octal | 13 | 256 | 314 | 137 | 17 | 0 | 24 | 275 | 132 | 52 |
| Binary | 1011 | 10101110 | 11001100 | 1011111 | 1111 | 0 | 10100 | 10111101 | 1011010 | 101010 |
Color Harmonies of #0BAECC
Complementary color
Monochromatic Colors of #0BAECC
Black with #0BAECC
Text Example
Text Example
White with #0BAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAECC; }
p { color: rgb(11,174,204); }
H1.HeaderClassName
{
color: #0BAECC;
}
.AnyTagClassName
{
color: #0BAECC;
}
</style>
background-color css
<style>
a { background-color: #0BAECC; }
a { background-color: rgb(11,174,204); }
div.DivClassName
{
background-color: #0BAECC;
}
.BgClassName
{
background-color: #0BAECC;
}
</style>
border-color css
<style>
span { border-color: #0BAECC; }
span { border-color: rgb(11,174,204); }
td.TdClassName
{
border-color: #0BAECC;
}
.TagClassName
{
border-color: #0BAECC;
}
</style>