Shades of Iris Blue #13ADBC
Tints of Iris Blue #13ADBC
RGB
CMYK
RGB Variations
Color information
#13ADBC (or 0x13ADBC) is known color: Iris Blue. HEX triplet: 13, AD and BC. RGB value is (19,173,188). Sum of RGB (Red+Green+Blue) = 19+173+188=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #13ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADBC is #EC5243. Grayscale: #808080. Windows color (decimal): -15487556 or 12365075. OLE color: 12365075.
HSL color Cylindrical-coordinate representation of color #13ADBC: hue angle of 185.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ADBC is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 173 | 188 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.26 |
| HSL | 185.33º | 0.82% | 0.41% | - |
| HSV(B) | 185.33º | 0.9% | 0.74% | - |
| XYZ | 24.29 | 33.66 | 52.79 | - |
| YUV | 128.66 | 161.48 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 188 | 0.90 | 0.08 | 0 | 0.26 | 185.33 | 0.82 | 0.41 |
| Hex | 13 | AD | BC | 5A | 8 | 0 | 1A | B9 | 52 | 29 |
| Octal | 23 | 255 | 274 | 132 | 10 | 0 | 32 | 271 | 122 | 51 |
| Binary | 10011 | 10101101 | 10111100 | 1011010 | 1000 | 0 | 11010 | 10111001 | 1010010 | 101001 |
Color Harmonies of #13ADBC
Complementary color
Monochromatic Colors of #13ADBC
Black with #13ADBC
Text Example
Text Example
White with #13ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADBC; }
p { color: rgb(19,173,188); }
H1.HeaderClassName
{
color: #13ADBC;
}
.AnyTagClassName
{
color: #13ADBC;
}
</style>
background-color css
<style>
a { background-color: #13ADBC; }
a { background-color: rgb(19,173,188); }
div.DivClassName
{
background-color: #13ADBC;
}
.BgClassName
{
background-color: #13ADBC;
}
</style>
border-color css
<style>
span { border-color: #13ADBC; }
span { border-color: rgb(19,173,188); }
td.TdClassName
{
border-color: #13ADBC;
}
.TagClassName
{
border-color: #13ADBC;
}
</style>