Shades of Iris Blue #13ADCD
Tints of Iris Blue #13ADCD
RGB
CMYK
RGB Variations
Color information
#13ADCD (or 0x13ADCD) is known color: Iris Blue. HEX triplet: 13, AD and CD. RGB value is (19,173,205). Sum of RGB (Red+Green+Blue) = 19+173+205=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #13ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADCD is #EC5232. Grayscale: #828282. Windows color (decimal): -15487539 or 13479187. OLE color: 13479187.
HSL color Cylindrical-coordinate representation of color #13ADCD: hue angle of 190.32º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ADCD is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 173 | 205 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.20 |
| HSL | 190.32º | 0.83% | 0.44% | - |
| HSV(B) | 190.32º | 0.91% | 0.8% | - |
| XYZ | 26.23 | 34.43 | 63.02 | - |
| YUV | 130.6 | 169.98 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 205 | 0.91 | 0.16 | 0 | 0.20 | 190.32 | 0.83 | 0.44 |
| Hex | 13 | AD | CD | 5B | 10 | 0 | 14 | BE | 53 | 2C |
| Octal | 23 | 255 | 315 | 133 | 20 | 0 | 24 | 276 | 123 | 54 |
| Binary | 10011 | 10101101 | 11001101 | 1011011 | 10000 | 0 | 10100 | 10111110 | 1010011 | 101100 |
Color Harmonies of #13ADCD
Complementary color
Monochromatic Colors of #13ADCD
Black with #13ADCD
Text Example
Text Example
White with #13ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADCD; }
p { color: rgb(19,173,205); }
H1.HeaderClassName
{
color: #13ADCD;
}
.AnyTagClassName
{
color: #13ADCD;
}
</style>
background-color css
<style>
a { background-color: #13ADCD; }
a { background-color: rgb(19,173,205); }
div.DivClassName
{
background-color: #13ADCD;
}
.BgClassName
{
background-color: #13ADCD;
}
</style>
border-color css
<style>
span { border-color: #13ADCD; }
span { border-color: rgb(19,173,205); }
td.TdClassName
{
border-color: #13ADCD;
}
.TagClassName
{
border-color: #13ADCD;
}
</style>