Shades of Iris Blue #13ADC1
Tints of Iris Blue #13ADC1
RGB
CMYK
RGB Variations
Color information
#13ADC1 (or 0x13ADC1) is known color: Iris Blue. HEX triplet: 13, AD and C1. RGB value is (19,173,193). Sum of RGB (Red+Green+Blue) = 19+173+193=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #13ADC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADC1 is #EC523E. Grayscale: #818181. Windows color (decimal): -15487551 or 12692755. OLE color: 12692755.
HSL color Cylindrical-coordinate representation of color #13ADC1: hue angle of 186.9º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ADC1 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 173 | 193 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.24 |
| HSL | 186.9º | 0.82% | 0.42% | - |
| HSV(B) | 186.9º | 0.9% | 0.76% | - |
| XYZ | 24.84 | 33.88 | 55.68 | - |
| YUV | 129.23 | 163.98 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 193 | 0.90 | 0.10 | 0 | 0.24 | 186.9 | 0.82 | 0.42 |
| Hex | 13 | AD | C1 | 5A | A | 0 | 18 | BB | 52 | 2A |
| Octal | 23 | 255 | 301 | 132 | 12 | 0 | 30 | 273 | 122 | 52 |
| Binary | 10011 | 10101101 | 11000001 | 1011010 | 1010 | 0 | 11000 | 10111011 | 1010010 | 101010 |
Color Harmonies of #13ADC1
Complementary color
Monochromatic Colors of #13ADC1
Black with #13ADC1
Text Example
Text Example
White with #13ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADC1; }
p { color: rgb(19,173,193); }
H1.HeaderClassName
{
color: #13ADC1;
}
.AnyTagClassName
{
color: #13ADC1;
}
</style>
background-color css
<style>
a { background-color: #13ADC1; }
a { background-color: rgb(19,173,193); }
div.DivClassName
{
background-color: #13ADC1;
}
.BgClassName
{
background-color: #13ADC1;
}
</style>
border-color css
<style>
span { border-color: #13ADC1; }
span { border-color: rgb(19,173,193); }
td.TdClassName
{
border-color: #13ADC1;
}
.TagClassName
{
border-color: #13ADC1;
}
</style>