Shades of Iris Blue #05BAB8
Tints of Iris Blue #05BAB8
RGB
CMYK
RGB Variations
Color information
#05BAB8 (or 0x05BAB8) is known color: Iris Blue. HEX triplet: 05, BA and B8. RGB value is (5,186,184). Sum of RGB (Red+Green+Blue) = 5+186+184=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #05BAB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BAB8 is #FA4547. Grayscale: #838383. Windows color (decimal): -16401736 or 12106245. OLE color: 12106245.
HSL color Cylindrical-coordinate representation of color #05BAB8: hue angle of 179.34º 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 #05BAB8 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 184 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.27 |
| HSL | 179.34º | 0.95% | 0.37% | - |
| HSV(B) | 179.34º | 0.97% | 0.73% | - |
| XYZ | 26.27 | 38.61 | 51.42 | - |
| YUV | 131.65 | 157.53 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 184 | 0.97 | 0 | 0.01 | 0.27 | 179.34 | 0.95 | 0.37 |
| Hex | 5 | BA | B8 | 61 | 0 | 1 | 1B | B3 | 5F | 25 |
| Octal | 5 | 272 | 270 | 141 | 0 | 1 | 33 | 263 | 137 | 45 |
| Binary | 101 | 10111010 | 10111000 | 1100001 | 0 | 1 | 11011 | 10110011 | 1011111 | 100101 |
Color Harmonies of #05BAB8
Complementary color
Monochromatic Colors of #05BAB8
Black with #05BAB8
Text Example
Text Example
White with #05BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BAB8; }
p { color: rgb(5,186,184); }
H1.HeaderClassName
{
color: #05BAB8;
}
.AnyTagClassName
{
color: #05BAB8;
}
</style>
background-color css
<style>
a { background-color: #05BAB8; }
a { background-color: rgb(5,186,184); }
div.DivClassName
{
background-color: #05BAB8;
}
.BgClassName
{
background-color: #05BAB8;
}
</style>
border-color css
<style>
span { border-color: #05BAB8; }
span { border-color: rgb(5,186,184); }
td.TdClassName
{
border-color: #05BAB8;
}
.TagClassName
{
border-color: #05BAB8;
}
</style>