Shades of Iris Blue #13AAD0
Tints of Iris Blue #13AAD0
RGB
CMYK
RGB Variations
Color information
#13AAD0 (or 0x13AAD0) is known color: Iris Blue. HEX triplet: 13, AA and D0. RGB value is (19,170,208). Sum of RGB (Red+Green+Blue) = 19+170+208=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #13AAD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AAD0 is #EC552F. Grayscale: #808080. Windows color (decimal): -15488304 or 13675027. OLE color: 13675027.
HSL color Cylindrical-coordinate representation of color #13AAD0: hue angle of 192.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13AAD0 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 170 | 208 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.18 |
| HSL | 192.06º | 0.83% | 0.45% | - |
| HSV(B) | 192.06º | 0.91% | 0.82% | - |
| XYZ | 26.03 | 33.44 | 64.76 | - |
| YUV | 129.18 | 172.47 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 208 | 0.91 | 0.18 | 0 | 0.18 | 192.06 | 0.83 | 0.45 |
| Hex | 13 | AA | D0 | 5B | 12 | 0 | 12 | C0 | 53 | 2D |
| Octal | 23 | 252 | 320 | 133 | 22 | 0 | 22 | 300 | 123 | 55 |
| Binary | 10011 | 10101010 | 11010000 | 1011011 | 10010 | 0 | 10010 | 11000000 | 1010011 | 101101 |
Color Harmonies of #13AAD0
Complementary color
Monochromatic Colors of #13AAD0
Black with #13AAD0
Text Example
Text Example
White with #13AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAD0; }
p { color: rgb(19,170,208); }
H1.HeaderClassName
{
color: #13AAD0;
}
.AnyTagClassName
{
color: #13AAD0;
}
</style>
background-color css
<style>
a { background-color: #13AAD0; }
a { background-color: rgb(19,170,208); }
div.DivClassName
{
background-color: #13AAD0;
}
.BgClassName
{
background-color: #13AAD0;
}
</style>
border-color css
<style>
span { border-color: #13AAD0; }
span { border-color: rgb(19,170,208); }
td.TdClassName
{
border-color: #13AAD0;
}
.TagClassName
{
border-color: #13AAD0;
}
</style>