Shades of Iris Blue #13ADDC
Tints of Iris Blue #13ADDC
RGB
CMYK
RGB Variations
Color information
#13ADDC (or 0x13ADDC) is known color: Iris Blue. HEX triplet: 13, AD and DC. RGB value is (19,173,220). Sum of RGB (Red+Green+Blue) = 19+173+220=412 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.61% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #13ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADDC is #EC5223. Grayscale: #838383. Windows color (decimal): -15487524 or 14462227. OLE color: 14462227.
HSL color Cylindrical-coordinate representation of color #13ADDC: hue angle of 194.03º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ADDC is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 173 | 220 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.14 |
| HSL | 194.03º | 0.84% | 0.47% | - |
| HSV(B) | 194.03º | 0.91% | 0.86% | - |
| XYZ | 28.13 | 35.19 | 73.02 | - |
| YUV | 132.31 | 177.48 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 220 | 0.91 | 0.21 | 0 | 0.14 | 194.03 | 0.84 | 0.47 |
| Hex | 13 | AD | DC | 5B | 15 | 0 | E | C2 | 54 | 2F |
| Octal | 23 | 255 | 334 | 133 | 25 | 0 | 16 | 302 | 124 | 57 |
| Binary | 10011 | 10101101 | 11011100 | 1011011 | 10101 | 0 | 1110 | 11000010 | 1010100 | 101111 |
Color Harmonies of #13ADDC
Complementary color
Monochromatic Colors of #13ADDC
Black with #13ADDC
Text Example
Text Example
White with #13ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADDC; }
p { color: rgb(19,173,220); }
H1.HeaderClassName
{
color: #13ADDC;
}
.AnyTagClassName
{
color: #13ADDC;
}
</style>
background-color css
<style>
a { background-color: #13ADDC; }
a { background-color: rgb(19,173,220); }
div.DivClassName
{
background-color: #13ADDC;
}
.BgClassName
{
background-color: #13ADDC;
}
</style>
border-color css
<style>
span { border-color: #13ADDC; }
span { border-color: rgb(19,173,220); }
td.TdClassName
{
border-color: #13ADDC;
}
.TagClassName
{
border-color: #13ADDC;
}
</style>