Shades of Iris Blue #05A9B5
Tints of Iris Blue #05A9B5
RGB
CMYK
RGB Variations
Color information
#05A9B5 (or 0x05A9B5) is known color: Iris Blue. HEX triplet: 05, A9 and B5. RGB value is (5,169,181). Sum of RGB (Red+Green+Blue) = 5+169+181=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #05A9B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A9B5 is #FA564A. Grayscale: #797979. Windows color (decimal): -16406091 or 11905285. OLE color: 11905285.
HSL color Cylindrical-coordinate representation of color #05A9B5: hue angle of 184.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A9B5 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 169 | 181 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.29 |
| HSL | 184.09º | 0.95% | 0.36% | - |
| HSV(B) | 184.09º | 0.97% | 0.71% | - |
| XYZ | 22.59 | 31.74 | 48.65 | - |
| YUV | 121.33 | 161.67 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 169 | 181 | 0.97 | 0.07 | 0 | 0.29 | 184.09 | 0.95 | 0.36 |
| Hex | 5 | A9 | B5 | 61 | 7 | 0 | 1D | B8 | 5F | 24 |
| Octal | 5 | 251 | 265 | 141 | 7 | 0 | 35 | 270 | 137 | 44 |
| Binary | 101 | 10101001 | 10110101 | 1100001 | 111 | 0 | 11101 | 10111000 | 1011111 | 100100 |
Color Harmonies of #05A9B5
Complementary color
Monochromatic Colors of #05A9B5
Black with #05A9B5
Text Example
Text Example
White with #05A9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A9B5; }
p { color: rgb(5,169,181); }
H1.HeaderClassName
{
color: #05A9B5;
}
.AnyTagClassName
{
color: #05A9B5;
}
</style>
background-color css
<style>
a { background-color: #05A9B5; }
a { background-color: rgb(5,169,181); }
div.DivClassName
{
background-color: #05A9B5;
}
.BgClassName
{
background-color: #05A9B5;
}
</style>
border-color css
<style>
span { border-color: #05A9B5; }
span { border-color: rgb(5,169,181); }
td.TdClassName
{
border-color: #05A9B5;
}
.TagClassName
{
border-color: #05A9B5;
}
</style>