Shades of Iris Blue #05A9BC
Tints of Iris Blue #05A9BC
RGB
CMYK
RGB Variations
Color information
#05A9BC (or 0x05A9BC) is known color: Iris Blue. HEX triplet: 05, A9 and BC. RGB value is (5,169,188). Sum of RGB (Red+Green+Blue) = 5+169+188=362 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.38% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #05A9BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A9BC is #FA5643. Grayscale: #797979. Windows color (decimal): -16406084 or 12364037. OLE color: 12364037.
HSL color Cylindrical-coordinate representation of color #05A9BC: hue angle of 186.23º 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 #05A9BC is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 169 | 188 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.26 |
| HSL | 186.23º | 0.95% | 0.38% | - |
| HSV(B) | 186.23º | 0.97% | 0.74% | - |
| XYZ | 23.33 | 32.04 | 52.53 | - |
| YUV | 122.13 | 165.17 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 169 | 188 | 0.97 | 0.10 | 0 | 0.26 | 186.23 | 0.95 | 0.38 |
| Hex | 5 | A9 | BC | 61 | A | 0 | 1A | BA | 5F | 26 |
| Octal | 5 | 251 | 274 | 141 | 12 | 0 | 32 | 272 | 137 | 46 |
| Binary | 101 | 10101001 | 10111100 | 1100001 | 1010 | 0 | 11010 | 10111010 | 1011111 | 100110 |
Color Harmonies of #05A9BC
Complementary color
Monochromatic Colors of #05A9BC
Black with #05A9BC
Text Example
Text Example
White with #05A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A9BC; }
p { color: rgb(5,169,188); }
H1.HeaderClassName
{
color: #05A9BC;
}
.AnyTagClassName
{
color: #05A9BC;
}
</style>
background-color css
<style>
a { background-color: #05A9BC; }
a { background-color: rgb(5,169,188); }
div.DivClassName
{
background-color: #05A9BC;
}
.BgClassName
{
background-color: #05A9BC;
}
</style>
border-color css
<style>
span { border-color: #05A9BC; }
span { border-color: rgb(5,169,188); }
td.TdClassName
{
border-color: #05A9BC;
}
.TagClassName
{
border-color: #05A9BC;
}
</style>