Shades of Iris Blue #05ACD8
Tints of Iris Blue #05ACD8
RGB
CMYK
RGB Variations
Color information
#05ACD8 (or 0x05ACD8) is known color: Iris Blue. HEX triplet: 05, AC and D8. RGB value is (5,172,216). Sum of RGB (Red+Green+Blue) = 5+172+216=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #05ACD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACD8 is #FA5327. Grayscale: #7E7E7E. Windows color (decimal): -16405288 or 14199813. OLE color: 14199813.
HSL color Cylindrical-coordinate representation of color #05ACD8: hue angle of 192.51º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ACD8 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 172 | 216 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.15 |
| HSL | 192.51º | 0.95% | 0.43% | - |
| HSV(B) | 192.51º | 0.98% | 0.85% | - |
| XYZ | 27.21 | 34.5 | 70.19 | - |
| YUV | 127.08 | 178.17 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 172 | 216 | 0.98 | 0.20 | 0 | 0.15 | 192.51 | 0.95 | 0.43 |
| Hex | 5 | AC | D8 | 62 | 14 | 0 | F | C1 | 5F | 2B |
| Octal | 5 | 254 | 330 | 142 | 24 | 0 | 17 | 301 | 137 | 53 |
| Binary | 101 | 10101100 | 11011000 | 1100010 | 10100 | 0 | 1111 | 11000001 | 1011111 | 101011 |
Color Harmonies of #05ACD8
Complementary color
Monochromatic Colors of #05ACD8
Black with #05ACD8
Text Example
Text Example
White with #05ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ACD8; }
p { color: rgb(5,172,216); }
H1.HeaderClassName
{
color: #05ACD8;
}
.AnyTagClassName
{
color: #05ACD8;
}
</style>
background-color css
<style>
a { background-color: #05ACD8; }
a { background-color: rgb(5,172,216); }
div.DivClassName
{
background-color: #05ACD8;
}
.BgClassName
{
background-color: #05ACD8;
}
</style>
border-color css
<style>
span { border-color: #05ACD8; }
span { border-color: rgb(5,172,216); }
td.TdClassName
{
border-color: #05ACD8;
}
.TagClassName
{
border-color: #05ACD8;
}
</style>