Shades of Iris Blue #05ACC6
Tints of Iris Blue #05ACC6
RGB
CMYK
RGB Variations
Color information
#05ACC6 (or 0x05ACC6) is known color: Iris Blue. HEX triplet: 05, AC and C6. RGB value is (5,172,198). Sum of RGB (Red+Green+Blue) = 5+172+198=375 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #05ACC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACC6 is #FA5339. Grayscale: #7C7C7C. Windows color (decimal): -16405306 or 13020165. OLE color: 13020165.
HSL color Cylindrical-coordinate representation of color #05ACC6: hue angle of 188.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ACC6 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 172 | 198 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.22 |
| HSL | 188.08º | 0.95% | 0.4% | - |
| HSV(B) | 188.08º | 0.97% | 0.78% | - |
| XYZ | 25.01 | 33.61 | 58.6 | - |
| YUV | 125.03 | 169.17 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 172 | 198 | 0.97 | 0.13 | 0 | 0.22 | 188.08 | 0.95 | 0.4 |
| Hex | 5 | AC | C6 | 61 | D | 0 | 16 | BC | 5F | 28 |
| Octal | 5 | 254 | 306 | 141 | 15 | 0 | 26 | 274 | 137 | 50 |
| Binary | 101 | 10101100 | 11000110 | 1100001 | 1101 | 0 | 10110 | 10111100 | 1011111 | 101000 |
Color Harmonies of #05ACC6
Complementary color
Monochromatic Colors of #05ACC6
Black with #05ACC6
Text Example
Text Example
White with #05ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ACC6; }
p { color: rgb(5,172,198); }
H1.HeaderClassName
{
color: #05ACC6;
}
.AnyTagClassName
{
color: #05ACC6;
}
</style>
background-color css
<style>
a { background-color: #05ACC6; }
a { background-color: rgb(5,172,198); }
div.DivClassName
{
background-color: #05ACC6;
}
.BgClassName
{
background-color: #05ACC6;
}
</style>
border-color css
<style>
span { border-color: #05ACC6; }
span { border-color: rgb(5,172,198); }
td.TdClassName
{
border-color: #05ACC6;
}
.TagClassName
{
border-color: #05ACC6;
}
</style>