Shades of Iris Blue #13C0D9
Tints of Iris Blue #13C0D9
RGB
CMYK
RGB Variations
Color information
#13C0D9 (or 0x13C0D9) is known color: Iris Blue. HEX triplet: 13, C0 and D9. RGB value is (19,192,217). Sum of RGB (Red+Green+Blue) = 19+192+217=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #13C0D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C0D9 is #EC3F26. Grayscale: #8E8E8E. Windows color (decimal): -15482663 or 14270483. OLE color: 14270483.
HSL color Cylindrical-coordinate representation of color #13C0D9: hue angle of 187.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C0D9 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 192 | 217 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.15 |
| HSL | 187.58º | 0.84% | 0.46% | - |
| HSV(B) | 187.58º | 0.91% | 0.85% | - |
| XYZ | 31.64 | 42.85 | 72.25 | - |
| YUV | 143.12 | 169.69 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 217 | 0.91 | 0.12 | 0 | 0.15 | 187.58 | 0.84 | 0.46 |
| Hex | 13 | C0 | D9 | 5B | C | 0 | F | BC | 54 | 2E |
| Octal | 23 | 300 | 331 | 133 | 14 | 0 | 17 | 274 | 124 | 56 |
| Binary | 10011 | 11000000 | 11011001 | 1011011 | 1100 | 0 | 1111 | 10111100 | 1010100 | 101110 |
Color Harmonies of #13C0D9
Complementary color
Monochromatic Colors of #13C0D9
Black with #13C0D9
Text Example
Text Example
White with #13C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C0D9; }
p { color: rgb(19,192,217); }
H1.HeaderClassName
{
color: #13C0D9;
}
.AnyTagClassName
{
color: #13C0D9;
}
</style>
background-color css
<style>
a { background-color: #13C0D9; }
a { background-color: rgb(19,192,217); }
div.DivClassName
{
background-color: #13C0D9;
}
.BgClassName
{
background-color: #13C0D9;
}
</style>
border-color css
<style>
span { border-color: #13C0D9; }
span { border-color: rgb(19,192,217); }
td.TdClassName
{
border-color: #13C0D9;
}
.TagClassName
{
border-color: #13C0D9;
}
</style>