Shades of Iris Blue #13AAE3
Tints of Iris Blue #13AAE3
RGB
CMYK
RGB Variations
Color information
#13AAE3 (or 0x13AAE3) is known color: Iris Blue. HEX triplet: 13, AA and E3. RGB value is (19,170,227). Sum of RGB (Red+Green+Blue) = 19+170+227=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 227 (89.06% from 255 or 54.57% from 416); Max value from RGB is 227 - color contains mainly: blue. Hex color #13AAE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AAE3 is #EC551C. Grayscale: #828282. Windows color (decimal): -15488285 or 14920211. OLE color: 14920211.
HSL color Cylindrical-coordinate representation of color #13AAE3: hue angle of 196.44º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13AAE3 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 170 | 227 | - |
| CMYK | 0.92 | 0.25 | 0 | 0.11 |
| HSL | 196.44º | 0.85% | 0.48% | - |
| HSV(B) | 196.44º | 0.92% | 0.89% | - |
| XYZ | 28.51 | 34.43 | 77.82 | - |
| YUV | 131.35 | 181.97 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 227 | 0.92 | 0.25 | 0 | 0.11 | 196.44 | 0.85 | 0.48 |
| Hex | 13 | AA | E3 | 5C | 19 | 0 | B | C4 | 55 | 30 |
| Octal | 23 | 252 | 343 | 134 | 31 | 0 | 13 | 304 | 125 | 60 |
| Binary | 10011 | 10101010 | 11100011 | 1011100 | 11001 | 0 | 1011 | 11000100 | 1010101 | 110000 |
Color Harmonies of #13AAE3
Complementary color
Monochromatic Colors of #13AAE3
Black with #13AAE3
Text Example
Text Example
White with #13AAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAE3; }
p { color: rgb(19,170,227); }
H1.HeaderClassName
{
color: #13AAE3;
}
.AnyTagClassName
{
color: #13AAE3;
}
</style>
background-color css
<style>
a { background-color: #13AAE3; }
a { background-color: rgb(19,170,227); }
div.DivClassName
{
background-color: #13AAE3;
}
.BgClassName
{
background-color: #13AAE3;
}
</style>
border-color css
<style>
span { border-color: #13AAE3; }
span { border-color: rgb(19,170,227); }
td.TdClassName
{
border-color: #13AAE3;
}
.TagClassName
{
border-color: #13AAE3;
}
</style>