Shades of Iris Blue #13ADC5
Tints of Iris Blue #13ADC5
RGB
CMYK
RGB Variations
Color information
#13ADC5 (or 0x13ADC5) is known color: Iris Blue. HEX triplet: 13, AD and C5. RGB value is (19,173,197). Sum of RGB (Red+Green+Blue) = 19+173+197=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 197 (77.34% from 255 or 50.64% from 389); Max value from RGB is 197 - color contains mainly: blue. Hex color #13ADC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADC5 is #EC523A. Grayscale: #818181. Windows color (decimal): -15487547 or 12954899. OLE color: 12954899.
HSL color Cylindrical-coordinate representation of color #13ADC5: hue angle of 188.09º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ADC5 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 173 | 197 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.23 |
| HSL | 188.09º | 0.82% | 0.42% | - |
| HSV(B) | 188.09º | 0.9% | 0.77% | - |
| XYZ | 25.29 | 34.06 | 58.06 | - |
| YUV | 129.69 | 165.98 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 197 | 0.90 | 0.12 | 0 | 0.23 | 188.09 | 0.82 | 0.42 |
| Hex | 13 | AD | C5 | 5A | C | 0 | 17 | BC | 52 | 2A |
| Octal | 23 | 255 | 305 | 132 | 14 | 0 | 27 | 274 | 122 | 52 |
| Binary | 10011 | 10101101 | 11000101 | 1011010 | 1100 | 0 | 10111 | 10111100 | 1010010 | 101010 |
Color Harmonies of #13ADC5
Complementary color
Monochromatic Colors of #13ADC5
Black with #13ADC5
Text Example
Text Example
White with #13ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADC5; }
p { color: rgb(19,173,197); }
H1.HeaderClassName
{
color: #13ADC5;
}
.AnyTagClassName
{
color: #13ADC5;
}
</style>
background-color css
<style>
a { background-color: #13ADC5; }
a { background-color: rgb(19,173,197); }
div.DivClassName
{
background-color: #13ADC5;
}
.BgClassName
{
background-color: #13ADC5;
}
</style>
border-color css
<style>
span { border-color: #13ADC5; }
span { border-color: rgb(19,173,197); }
td.TdClassName
{
border-color: #13ADC5;
}
.TagClassName
{
border-color: #13ADC5;
}
</style>