Shades of Iris Blue #05BCBA
Tints of Iris Blue #05BCBA
RGB
CMYK
RGB Variations
Color information
#05BCBA (or 0x05BCBA) is known color: Iris Blue. HEX triplet: 05, BC and BA. RGB value is (5,188,186). Sum of RGB (Red+Green+Blue) = 5+188+186=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #05BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCBA is #FA4345. Grayscale: #848484. Windows color (decimal): -16401222 or 12237829. OLE color: 12237829.
HSL color Cylindrical-coordinate representation of color #05BCBA: hue angle of 179.34º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BCBA is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 188 | 186 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.26 |
| HSL | 179.34º | 0.95% | 0.38% | - |
| HSV(B) | 179.34º | 0.97% | 0.74% | - |
| XYZ | 26.91 | 39.54 | 52.67 | - |
| YUV | 133.06 | 157.87 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 186 | 0.97 | 0 | 0.01 | 0.26 | 179.34 | 0.95 | 0.38 |
| Hex | 5 | BC | BA | 61 | 0 | 1 | 1A | B3 | 5F | 26 |
| Octal | 5 | 274 | 272 | 141 | 0 | 1 | 32 | 263 | 137 | 46 |
| Binary | 101 | 10111100 | 10111010 | 1100001 | 0 | 1 | 11010 | 10110011 | 1011111 | 100110 |
Color Harmonies of #05BCBA
Complementary color
Monochromatic Colors of #05BCBA
Black with #05BCBA
Text Example
Text Example
White with #05BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCBA; }
p { color: rgb(5,188,186); }
H1.HeaderClassName
{
color: #05BCBA;
}
.AnyTagClassName
{
color: #05BCBA;
}
</style>
background-color css
<style>
a { background-color: #05BCBA; }
a { background-color: rgb(5,188,186); }
div.DivClassName
{
background-color: #05BCBA;
}
.BgClassName
{
background-color: #05BCBA;
}
</style>
border-color css
<style>
span { border-color: #05BCBA; }
span { border-color: rgb(5,188,186); }
td.TdClassName
{
border-color: #05BCBA;
}
.TagClassName
{
border-color: #05BCBA;
}
</style>