Shades of Iris Blue #13ADBB
Tints of Iris Blue #13ADBB
RGB
CMYK
RGB Variations
Color information
#13ADBB (or 0x13ADBB) is known color: Iris Blue. HEX triplet: 13, AD and BB. RGB value is (19,173,187). Sum of RGB (Red+Green+Blue) = 19+173+187=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #13ADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADBB is #EC5244. Grayscale: #808080. Windows color (decimal): -15487557 or 12299539. OLE color: 12299539.
HSL color Cylindrical-coordinate representation of color #13ADBB: hue angle of 185º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ADBB is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 173 | 187 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.27 |
| HSL | 185º | 0.82% | 0.4% | - |
| HSV(B) | 185º | 0.9% | 0.73% | - |
| XYZ | 24.18 | 33.61 | 52.23 | - |
| YUV | 128.55 | 160.98 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 187 | 0.90 | 0.07 | 0 | 0.27 | 185 | 0.82 | 0.4 |
| Hex | 13 | AD | BB | 5A | 7 | 0 | 1B | B9 | 52 | 28 |
| Octal | 23 | 255 | 273 | 132 | 7 | 0 | 33 | 271 | 122 | 50 |
| Binary | 10011 | 10101101 | 10111011 | 1011010 | 111 | 0 | 11011 | 10111001 | 1010010 | 101000 |
Color Harmonies of #13ADBB
Complementary color
Monochromatic Colors of #13ADBB
Black with #13ADBB
Text Example
Text Example
White with #13ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADBB; }
p { color: rgb(19,173,187); }
H1.HeaderClassName
{
color: #13ADBB;
}
.AnyTagClassName
{
color: #13ADBB;
}
</style>
background-color css
<style>
a { background-color: #13ADBB; }
a { background-color: rgb(19,173,187); }
div.DivClassName
{
background-color: #13ADBB;
}
.BgClassName
{
background-color: #13ADBB;
}
</style>
border-color css
<style>
span { border-color: #13ADBB; }
span { border-color: rgb(19,173,187); }
td.TdClassName
{
border-color: #13ADBB;
}
.TagClassName
{
border-color: #13ADBB;
}
</style>