Shades of Iris Blue #13ADC3
Tints of Iris Blue #13ADC3
RGB
CMYK
RGB Variations
Color information
#13ADC3 (or 0x13ADC3) is known color: Iris Blue. HEX triplet: 13, AD and C3. RGB value is (19,173,195). Sum of RGB (Red+Green+Blue) = 19+173+195=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #13ADC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADC3 is #EC523C. Grayscale: #818181. Windows color (decimal): -15487549 or 12823827. OLE color: 12823827.
HSL color Cylindrical-coordinate representation of color #13ADC3: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13ADC3 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 173 | 195 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.24 |
| HSL | 187.5º | 0.82% | 0.42% | - |
| HSV(B) | 187.5º | 0.9% | 0.76% | - |
| XYZ | 25.06 | 33.97 | 56.86 | - |
| YUV | 129.46 | 164.98 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 195 | 0.90 | 0.11 | 0 | 0.24 | 187.5 | 0.82 | 0.42 |
| Hex | 13 | AD | C3 | 5A | B | 0 | 18 | BC | 52 | 2A |
| Octal | 23 | 255 | 303 | 132 | 13 | 0 | 30 | 274 | 122 | 52 |
| Binary | 10011 | 10101101 | 11000011 | 1011010 | 1011 | 0 | 11000 | 10111100 | 1010010 | 101010 |
Color Harmonies of #13ADC3
Complementary color
Monochromatic Colors of #13ADC3
Black with #13ADC3
Text Example
Text Example
White with #13ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADC3; }
p { color: rgb(19,173,195); }
H1.HeaderClassName
{
color: #13ADC3;
}
.AnyTagClassName
{
color: #13ADC3;
}
</style>
background-color css
<style>
a { background-color: #13ADC3; }
a { background-color: rgb(19,173,195); }
div.DivClassName
{
background-color: #13ADC3;
}
.BgClassName
{
background-color: #13ADC3;
}
</style>
border-color css
<style>
span { border-color: #13ADC3; }
span { border-color: rgb(19,173,195); }
td.TdClassName
{
border-color: #13ADC3;
}
.TagClassName
{
border-color: #13ADC3;
}
</style>