Shades of Iris Blue #13AACC
Tints of Iris Blue #13AACC
RGB
CMYK
RGB Variations
Color information
#13AACC (or 0x13AACC) is known color: Iris Blue. HEX triplet: 13, AA and CC. RGB value is (19,170,204). Sum of RGB (Red+Green+Blue) = 19+170+204=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #13AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AACC is #EC5533. Grayscale: #808080. Windows color (decimal): -15488308 or 13412883. OLE color: 13412883.
HSL color Cylindrical-coordinate representation of color #13AACC: hue angle of 191.03º 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 #13AACC is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 170 | 204 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.2 |
| HSL | 191.03º | 0.83% | 0.44% | - |
| HSV(B) | 191.03º | 0.91% | 0.8% | - |
| XYZ | 25.54 | 33.25 | 62.2 | - |
| YUV | 128.73 | 170.47 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 204 | 0.91 | 0.17 | 0 | 0.2 | 191.03 | 0.83 | 0.44 |
| Hex | 13 | AA | CC | 5B | 11 | 0 | 14 | BF | 53 | 2C |
| Octal | 23 | 252 | 314 | 133 | 21 | 0 | 24 | 277 | 123 | 54 |
| Binary | 10011 | 10101010 | 11001100 | 1011011 | 10001 | 0 | 10100 | 10111111 | 1010011 | 101100 |
Color Harmonies of #13AACC
Complementary color
Monochromatic Colors of #13AACC
Black with #13AACC
Text Example
Text Example
White with #13AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AACC; }
p { color: rgb(19,170,204); }
H1.HeaderClassName
{
color: #13AACC;
}
.AnyTagClassName
{
color: #13AACC;
}
</style>
background-color css
<style>
a { background-color: #13AACC; }
a { background-color: rgb(19,170,204); }
div.DivClassName
{
background-color: #13AACC;
}
.BgClassName
{
background-color: #13AACC;
}
</style>
border-color css
<style>
span { border-color: #13AACC; }
span { border-color: rgb(19,170,204); }
td.TdClassName
{
border-color: #13AACC;
}
.TagClassName
{
border-color: #13AACC;
}
</style>