Shades of Iris Blue #0BACE5
Tints of Iris Blue #0BACE5
RGB
CMYK
RGB Variations
Color information
#0BACE5 (or 0x0BACE5) is known color: Iris Blue. HEX triplet: 0B, AC and E5. RGB value is (11,172,229). Sum of RGB (Red+Green+Blue) = 11+172+229=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #0BACE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACE5 is #F4531A. Grayscale: #818181. Windows color (decimal): -16012059 or 15051787. OLE color: 15051787.
HSL color Cylindrical-coordinate representation of color #0BACE5: hue angle of 195.69º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BACE5 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 172 | 229 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.10 |
| HSL | 195.69º | 0.91% | 0.47% | - |
| HSV(B) | 195.69º | 0.95% | 0.9% | - |
| XYZ | 29.03 | 35.23 | 79.4 | - |
| YUV | 130.36 | 183.66 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 229 | 0.95 | 0.25 | 0 | 0.10 | 195.69 | 0.91 | 0.47 |
| Hex | B | AC | E5 | 5F | 19 | 0 | A | C4 | 5B | 2F |
| Octal | 13 | 254 | 345 | 137 | 31 | 0 | 12 | 304 | 133 | 57 |
| Binary | 1011 | 10101100 | 11100101 | 1011111 | 11001 | 0 | 1010 | 11000100 | 1011011 | 101111 |
Color Harmonies of #0BACE5
Complementary color
Monochromatic Colors of #0BACE5
Black with #0BACE5
Text Example
Text Example
White with #0BACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BACE5; }
p { color: rgb(11,172,229); }
H1.HeaderClassName
{
color: #0BACE5;
}
.AnyTagClassName
{
color: #0BACE5;
}
</style>
background-color css
<style>
a { background-color: #0BACE5; }
a { background-color: rgb(11,172,229); }
div.DivClassName
{
background-color: #0BACE5;
}
.BgClassName
{
background-color: #0BACE5;
}
</style>
border-color css
<style>
span { border-color: #0BACE5; }
span { border-color: rgb(11,172,229); }
td.TdClassName
{
border-color: #0BACE5;
}
.TagClassName
{
border-color: #0BACE5;
}
</style>