Shades of Iris Blue #05ACD9
Tints of Iris Blue #05ACD9
RGB
CMYK
RGB Variations
Color information
#05ACD9 (or 0x05ACD9) is known color: Iris Blue. HEX triplet: 05, AC and D9. RGB value is (5,172,217). Sum of RGB (Red+Green+Blue) = 5+172+217=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 217 (85.16% from 255 or 55.08% from 394); Max value from RGB is 217 - color contains mainly: blue. Hex color #05ACD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACD9 is #FA5326. Grayscale: #7E7E7E. Windows color (decimal): -16405287 or 14265349. OLE color: 14265349.
HSL color Cylindrical-coordinate representation of color #05ACD9: hue angle of 192.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ACD9 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 172 | 217 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.15 |
| HSL | 192.74º | 0.95% | 0.44% | - |
| HSV(B) | 192.74º | 0.98% | 0.85% | - |
| XYZ | 27.34 | 34.55 | 70.87 | - |
| YUV | 127.2 | 178.67 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 172 | 217 | 0.98 | 0.21 | 0 | 0.15 | 192.74 | 0.95 | 0.44 |
| Hex | 5 | AC | D9 | 62 | 15 | 0 | F | C1 | 5F | 2C |
| Octal | 5 | 254 | 331 | 142 | 25 | 0 | 17 | 301 | 137 | 54 |
| Binary | 101 | 10101100 | 11011001 | 1100010 | 10101 | 0 | 1111 | 11000001 | 1011111 | 101100 |
Color Harmonies of #05ACD9
Complementary color
Monochromatic Colors of #05ACD9
Black with #05ACD9
Text Example
Text Example
White with #05ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ACD9; }
p { color: rgb(5,172,217); }
H1.HeaderClassName
{
color: #05ACD9;
}
.AnyTagClassName
{
color: #05ACD9;
}
</style>
background-color css
<style>
a { background-color: #05ACD9; }
a { background-color: rgb(5,172,217); }
div.DivClassName
{
background-color: #05ACD9;
}
.BgClassName
{
background-color: #05ACD9;
}
</style>
border-color css
<style>
span { border-color: #05ACD9; }
span { border-color: rgb(5,172,217); }
td.TdClassName
{
border-color: #05ACD9;
}
.TagClassName
{
border-color: #05ACD9;
}
</style>