Shades of Iris Blue #0BAACF
Tints of Iris Blue #0BAACF
RGB
CMYK
RGB Variations
Color information
#0BAACF (or 0x0BAACF) is known color: Iris Blue. HEX triplet: 0B, AA and CF. RGB value is (11,170,207). Sum of RGB (Red+Green+Blue) = 11+170+207=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #0BAACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAACF is #F45530. Grayscale: #7E7E7E. Windows color (decimal): -16012593 or 13609483. OLE color: 13609483.
HSL color Cylindrical-coordinate representation of color #0BAACF: hue angle of 191.33º 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 #0BAACF is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 170 | 207 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.19 |
| HSL | 191.33º | 0.9% | 0.43% | - |
| HSV(B) | 191.33º | 0.95% | 0.81% | - |
| XYZ | 25.78 | 33.33 | 64.11 | - |
| YUV | 126.68 | 173.32 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 207 | 0.95 | 0.18 | 0 | 0.19 | 191.33 | 0.9 | 0.43 |
| Hex | B | AA | CF | 5F | 12 | 0 | 13 | BF | 5A | 2B |
| Octal | 13 | 252 | 317 | 137 | 22 | 0 | 23 | 277 | 132 | 53 |
| Binary | 1011 | 10101010 | 11001111 | 1011111 | 10010 | 0 | 10011 | 10111111 | 1011010 | 101011 |
Color Harmonies of #0BAACF
Complementary color
Monochromatic Colors of #0BAACF
Black with #0BAACF
Text Example
Text Example
White with #0BAACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAACF; }
p { color: rgb(11,170,207); }
H1.HeaderClassName
{
color: #0BAACF;
}
.AnyTagClassName
{
color: #0BAACF;
}
</style>
background-color css
<style>
a { background-color: #0BAACF; }
a { background-color: rgb(11,170,207); }
div.DivClassName
{
background-color: #0BAACF;
}
.BgClassName
{
background-color: #0BAACF;
}
</style>
border-color css
<style>
span { border-color: #0BAACF; }
span { border-color: rgb(11,170,207); }
td.TdClassName
{
border-color: #0BAACF;
}
.TagClassName
{
border-color: #0BAACF;
}
</style>