Shades of Iris Blue #05BAB1
Tints of Iris Blue #05BAB1
RGB
CMYK
RGB Variations
Color information
#05BAB1 (or 0x05BAB1) is known color: Iris Blue. HEX triplet: 05, BA and B1. RGB value is (5,186,177). Sum of RGB (Red+Green+Blue) = 5+186+177=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #05BAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BAB1 is #FA454E. Grayscale: #828282. Windows color (decimal): -16401743 or 11647493. OLE color: 11647493.
HSL color Cylindrical-coordinate representation of color #05BAB1: hue angle of 177.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BAB1 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 177 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.27 |
| HSL | 177.02º | 0.95% | 0.37% | - |
| HSV(B) | 177.02º | 0.97% | 0.73% | - |
| XYZ | 25.56 | 38.32 | 47.65 | - |
| YUV | 130.86 | 154.03 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 177 | 0.97 | 0 | 0.05 | 0.27 | 177.02 | 0.95 | 0.37 |
| Hex | 5 | BA | B1 | 61 | 0 | 5 | 1B | B1 | 5F | 25 |
| Octal | 5 | 272 | 261 | 141 | 0 | 5 | 33 | 261 | 137 | 45 |
| Binary | 101 | 10111010 | 10110001 | 1100001 | 0 | 101 | 11011 | 10110001 | 1011111 | 100101 |
Color Harmonies of #05BAB1
Complementary color
Monochromatic Colors of #05BAB1
Black with #05BAB1
Text Example
Text Example
White with #05BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BAB1; }
p { color: rgb(5,186,177); }
H1.HeaderClassName
{
color: #05BAB1;
}
.AnyTagClassName
{
color: #05BAB1;
}
</style>
background-color css
<style>
a { background-color: #05BAB1; }
a { background-color: rgb(5,186,177); }
div.DivClassName
{
background-color: #05BAB1;
}
.BgClassName
{
background-color: #05BAB1;
}
</style>
border-color css
<style>
span { border-color: #05BAB1; }
span { border-color: rgb(5,186,177); }
td.TdClassName
{
border-color: #05BAB1;
}
.TagClassName
{
border-color: #05BAB1;
}
</style>