Shades of Iris Blue #13ACD6
Tints of Iris Blue #13ACD6
RGB
CMYK
RGB Variations
Color information
#13ACD6 (or 0x13ACD6) is known color: Iris Blue. HEX triplet: 13, AC and D6. RGB value is (19,172,214). Sum of RGB (Red+Green+Blue) = 19+172+214=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #13ACD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ACD6 is #EC5329. Grayscale: #828282. Windows color (decimal): -15487786 or 14068755. OLE color: 14068755.
HSL color Cylindrical-coordinate representation of color #13ACD6: hue angle of 192.92º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ACD6 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 172 | 214 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.16 |
| HSL | 192.92º | 0.84% | 0.46% | - |
| HSV(B) | 192.92º | 0.91% | 0.84% | - |
| XYZ | 27.16 | 34.5 | 68.85 | - |
| YUV | 131.04 | 174.81 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 214 | 0.91 | 0.20 | 0 | 0.16 | 192.92 | 0.84 | 0.46 |
| Hex | 13 | AC | D6 | 5B | 14 | 0 | 10 | C1 | 54 | 2E |
| Octal | 23 | 254 | 326 | 133 | 24 | 0 | 20 | 301 | 124 | 56 |
| Binary | 10011 | 10101100 | 11010110 | 1011011 | 10100 | 0 | 10000 | 11000001 | 1010100 | 101110 |
Color Harmonies of #13ACD6
Complementary color
Monochromatic Colors of #13ACD6
Black with #13ACD6
Text Example
Text Example
White with #13ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ACD6; }
p { color: rgb(19,172,214); }
H1.HeaderClassName
{
color: #13ACD6;
}
.AnyTagClassName
{
color: #13ACD6;
}
</style>
background-color css
<style>
a { background-color: #13ACD6; }
a { background-color: rgb(19,172,214); }
div.DivClassName
{
background-color: #13ACD6;
}
.BgClassName
{
background-color: #13ACD6;
}
</style>
border-color css
<style>
span { border-color: #13ACD6; }
span { border-color: rgb(19,172,214); }
td.TdClassName
{
border-color: #13ACD6;
}
.TagClassName
{
border-color: #13ACD6;
}
</style>