Shades of Iris Blue #13ADBD
Tints of Iris Blue #13ADBD
RGB
CMYK
RGB Variations
Color information
#13ADBD (or 0x13ADBD) is known color: Iris Blue. HEX triplet: 13, AD and BD. RGB value is (19,173,189). Sum of RGB (Red+Green+Blue) = 19+173+189=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #13ADBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADBD is #EC5242. Grayscale: #808080. Windows color (decimal): -15487555 or 12430611. OLE color: 12430611.
HSL color Cylindrical-coordinate representation of color #13ADBD: hue angle of 185.65º 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 #13ADBD is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 173 | 189 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.26 |
| HSL | 185.65º | 0.82% | 0.41% | - |
| HSV(B) | 185.65º | 0.9% | 0.74% | - |
| XYZ | 24.4 | 33.7 | 53.36 | - |
| YUV | 128.78 | 161.98 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 189 | 0.90 | 0.08 | 0 | 0.26 | 185.65 | 0.82 | 0.41 |
| Hex | 13 | AD | BD | 5A | 8 | 0 | 1A | BA | 52 | 29 |
| Octal | 23 | 255 | 275 | 132 | 10 | 0 | 32 | 272 | 122 | 51 |
| Binary | 10011 | 10101101 | 10111101 | 1011010 | 1000 | 0 | 11010 | 10111010 | 1010010 | 101001 |
Color Harmonies of #13ADBD
Complementary color
Monochromatic Colors of #13ADBD
Black with #13ADBD
Text Example
Text Example
White with #13ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADBD; }
p { color: rgb(19,173,189); }
H1.HeaderClassName
{
color: #13ADBD;
}
.AnyTagClassName
{
color: #13ADBD;
}
</style>
background-color css
<style>
a { background-color: #13ADBD; }
a { background-color: rgb(19,173,189); }
div.DivClassName
{
background-color: #13ADBD;
}
.BgClassName
{
background-color: #13ADBD;
}
</style>
border-color css
<style>
span { border-color: #13ADBD; }
span { border-color: rgb(19,173,189); }
td.TdClassName
{
border-color: #13ADBD;
}
.TagClassName
{
border-color: #13ADBD;
}
</style>