Shades of Iris Blue #05ACD1
Tints of Iris Blue #05ACD1
RGB
CMYK
RGB Variations
Color information
#05ACD1 (or 0x05ACD1) is known color: Iris Blue. HEX triplet: 05, AC and D1. RGB value is (5,172,209). Sum of RGB (Red+Green+Blue) = 5+172+209=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #05ACD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ACD1 is #FA532E. Grayscale: #7D7D7D. Windows color (decimal): -16405295 or 13741061. OLE color: 13741061.
HSL color Cylindrical-coordinate representation of color #05ACD1: hue angle of 190.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ACD1 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 172 | 209 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.18 |
| HSL | 190.88º | 0.95% | 0.42% | - |
| HSV(B) | 190.88º | 0.98% | 0.82% | - |
| XYZ | 26.32 | 34.14 | 65.52 | - |
| YUV | 126.29 | 174.67 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 172 | 209 | 0.98 | 0.18 | 0 | 0.18 | 190.88 | 0.95 | 0.42 |
| Hex | 5 | AC | D1 | 62 | 12 | 0 | 12 | BF | 5F | 2A |
| Octal | 5 | 254 | 321 | 142 | 22 | 0 | 22 | 277 | 137 | 52 |
| Binary | 101 | 10101100 | 11010001 | 1100010 | 10010 | 0 | 10010 | 10111111 | 1011111 | 101010 |
Color Harmonies of #05ACD1
Complementary color
Monochromatic Colors of #05ACD1
Black with #05ACD1
Text Example
Text Example
White with #05ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ACD1; }
p { color: rgb(5,172,209); }
H1.HeaderClassName
{
color: #05ACD1;
}
.AnyTagClassName
{
color: #05ACD1;
}
</style>
background-color css
<style>
a { background-color: #05ACD1; }
a { background-color: rgb(5,172,209); }
div.DivClassName
{
background-color: #05ACD1;
}
.BgClassName
{
background-color: #05ACD1;
}
</style>
border-color css
<style>
span { border-color: #05ACD1; }
span { border-color: rgb(5,172,209); }
td.TdClassName
{
border-color: #05ACD1;
}
.TagClassName
{
border-color: #05ACD1;
}
</style>