Shades of Iris Blue #05ACB7
Tints of Iris Blue #05ACB7
RGB
CMYK
RGB Variations
Color information
#05ACB7 (or 0x05ACB7) is known color: Iris Blue. HEX triplet: 05, AC and B7. RGB value is (5,172,183). Sum of RGB (Red+Green+Blue) = 5+172+183=360 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #05ACB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACB7 is #FA5348. Grayscale: #7B7B7B. Windows color (decimal): -16405321 or 12037125. OLE color: 12037125.
HSL color Cylindrical-coordinate representation of color #05ACB7: hue angle of 183.71º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ACB7 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 172 | 183 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.28 |
| HSL | 183.71º | 0.95% | 0.37% | - |
| HSV(B) | 183.71º | 0.97% | 0.72% | - |
| XYZ | 23.36 | 32.96 | 49.93 | - |
| YUV | 123.32 | 161.67 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 172 | 183 | 0.97 | 0.06 | 0 | 0.28 | 183.71 | 0.95 | 0.37 |
| Hex | 5 | AC | B7 | 61 | 6 | 0 | 1C | B8 | 5F | 25 |
| Octal | 5 | 254 | 267 | 141 | 6 | 0 | 34 | 270 | 137 | 45 |
| Binary | 101 | 10101100 | 10110111 | 1100001 | 110 | 0 | 11100 | 10111000 | 1011111 | 100101 |
Color Harmonies of #05ACB7
Complementary color
Monochromatic Colors of #05ACB7
Black with #05ACB7
Text Example
Text Example
White with #05ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ACB7; }
p { color: rgb(5,172,183); }
H1.HeaderClassName
{
color: #05ACB7;
}
.AnyTagClassName
{
color: #05ACB7;
}
</style>
background-color css
<style>
a { background-color: #05ACB7; }
a { background-color: rgb(5,172,183); }
div.DivClassName
{
background-color: #05ACB7;
}
.BgClassName
{
background-color: #05ACB7;
}
</style>
border-color css
<style>
span { border-color: #05ACB7; }
span { border-color: rgb(5,172,183); }
td.TdClassName
{
border-color: #05ACB7;
}
.TagClassName
{
border-color: #05ACB7;
}
</style>