Shades of Iris Blue #13AACB
Tints of Iris Blue #13AACB
RGB
CMYK
RGB Variations
Color information
#13AACB (or 0x13AACB) is known color: Iris Blue. HEX triplet: 13, AA and CB. RGB value is (19,170,203). Sum of RGB (Red+Green+Blue) = 19+170+203=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #13AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AACB is #EC5534. Grayscale: #808080. Windows color (decimal): -15488309 or 13347347. OLE color: 13347347.
HSL color Cylindrical-coordinate representation of color #13AACB: hue angle of 190.76º 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 #13AACB is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 170 | 203 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.20 |
| HSL | 190.76º | 0.83% | 0.44% | - |
| HSV(B) | 190.76º | 0.91% | 0.8% | - |
| XYZ | 25.42 | 33.2 | 61.57 | - |
| YUV | 128.61 | 169.97 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 203 | 0.91 | 0.16 | 0 | 0.20 | 190.76 | 0.83 | 0.44 |
| Hex | 13 | AA | CB | 5B | 10 | 0 | 14 | BF | 53 | 2C |
| Octal | 23 | 252 | 313 | 133 | 20 | 0 | 24 | 277 | 123 | 54 |
| Binary | 10011 | 10101010 | 11001011 | 1011011 | 10000 | 0 | 10100 | 10111111 | 1010011 | 101100 |
Color Harmonies of #13AACB
Complementary color
Monochromatic Colors of #13AACB
Black with #13AACB
Text Example
Text Example
White with #13AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AACB; }
p { color: rgb(19,170,203); }
H1.HeaderClassName
{
color: #13AACB;
}
.AnyTagClassName
{
color: #13AACB;
}
</style>
background-color css
<style>
a { background-color: #13AACB; }
a { background-color: rgb(19,170,203); }
div.DivClassName
{
background-color: #13AACB;
}
.BgClassName
{
background-color: #13AACB;
}
</style>
border-color css
<style>
span { border-color: #13AACB; }
span { border-color: rgb(19,170,203); }
td.TdClassName
{
border-color: #13AACB;
}
.TagClassName
{
border-color: #13AACB;
}
</style>