Shades of Iris Blue #05AAC5
Tints of Iris Blue #05AAC5
RGB
CMYK
RGB Variations
Color information
#05AAC5 (or 0x05AAC5) is known color: Iris Blue. HEX triplet: 05, AA and C5. RGB value is (5,170,197). Sum of RGB (Red+Green+Blue) = 5+170+197=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #05AAC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AAC5 is #FA553A. Grayscale: #7B7B7B. Windows color (decimal): -16405819 or 12954117. OLE color: 12954117.
HSL color Cylindrical-coordinate representation of color #05AAC5: hue angle of 188.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AAC5 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 170 | 197 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.23 |
| HSL | 188.44º | 0.95% | 0.4% | - |
| HSV(B) | 188.44º | 0.97% | 0.77% | - |
| XYZ | 24.52 | 32.81 | 57.86 | - |
| YUV | 123.74 | 169.34 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 197 | 0.97 | 0.14 | 0 | 0.23 | 188.44 | 0.95 | 0.4 |
| Hex | 5 | AA | C5 | 61 | E | 0 | 17 | BC | 5F | 28 |
| Octal | 5 | 252 | 305 | 141 | 16 | 0 | 27 | 274 | 137 | 50 |
| Binary | 101 | 10101010 | 11000101 | 1100001 | 1110 | 0 | 10111 | 10111100 | 1011111 | 101000 |
Color Harmonies of #05AAC5
Complementary color
Monochromatic Colors of #05AAC5
Black with #05AAC5
Text Example
Text Example
White with #05AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AAC5; }
p { color: rgb(5,170,197); }
H1.HeaderClassName
{
color: #05AAC5;
}
.AnyTagClassName
{
color: #05AAC5;
}
</style>
background-color css
<style>
a { background-color: #05AAC5; }
a { background-color: rgb(5,170,197); }
div.DivClassName
{
background-color: #05AAC5;
}
.BgClassName
{
background-color: #05AAC5;
}
</style>
border-color css
<style>
span { border-color: #05AAC5; }
span { border-color: rgb(5,170,197); }
td.TdClassName
{
border-color: #05AAC5;
}
.TagClassName
{
border-color: #05AAC5;
}
</style>