Shades of Iris Blue #13AAC3
Tints of Iris Blue #13AAC3
RGB
CMYK
RGB Variations
Color information
#13AAC3 (or 0x13AAC3) is known color: Iris Blue. HEX triplet: 13, AA and C3. RGB value is (19,170,195). Sum of RGB (Red+Green+Blue) = 19+170+195=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #13AAC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AAC3 is #EC553C. Grayscale: #7F7F7F. Windows color (decimal): -15488317 or 12823059. OLE color: 12823059.
HSL color Cylindrical-coordinate representation of color #13AAC3: hue angle of 188.52º 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 #13AAC3 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 170 | 195 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.24 |
| HSL | 188.52º | 0.82% | 0.42% | - |
| HSV(B) | 188.52º | 0.9% | 0.76% | - |
| XYZ | 24.49 | 32.83 | 56.68 | - |
| YUV | 127.7 | 165.97 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 195 | 0.90 | 0.13 | 0 | 0.24 | 188.52 | 0.82 | 0.42 |
| Hex | 13 | AA | C3 | 5A | D | 0 | 18 | BD | 52 | 2A |
| Octal | 23 | 252 | 303 | 132 | 15 | 0 | 30 | 275 | 122 | 52 |
| Binary | 10011 | 10101010 | 11000011 | 1011010 | 1101 | 0 | 11000 | 10111101 | 1010010 | 101010 |
Color Harmonies of #13AAC3
Complementary color
Monochromatic Colors of #13AAC3
Black with #13AAC3
Text Example
Text Example
White with #13AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAC3; }
p { color: rgb(19,170,195); }
H1.HeaderClassName
{
color: #13AAC3;
}
.AnyTagClassName
{
color: #13AAC3;
}
</style>
background-color css
<style>
a { background-color: #13AAC3; }
a { background-color: rgb(19,170,195); }
div.DivClassName
{
background-color: #13AAC3;
}
.BgClassName
{
background-color: #13AAC3;
}
</style>
border-color css
<style>
span { border-color: #13AAC3; }
span { border-color: rgb(19,170,195); }
td.TdClassName
{
border-color: #13AAC3;
}
.TagClassName
{
border-color: #13AAC3;
}
</style>