Shades of Iris Blue #13B8D9
Tints of Iris Blue #13B8D9
RGB
CMYK
RGB Variations
Color information
#13B8D9 (or 0x13B8D9) is known color: Iris Blue. HEX triplet: 13, B8 and D9. RGB value is (19,184,217). Sum of RGB (Red+Green+Blue) = 19+184+217=420 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.52% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #13B8D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B8D9 is #EC4726. Grayscale: #8A8A8A. Windows color (decimal): -15484711 or 14268435. OLE color: 14268435.
HSL color Cylindrical-coordinate representation of color #13B8D9: hue angle of 190º 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 #13B8D9 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 184 | 217 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.15 |
| HSL | 190º | 0.84% | 0.46% | - |
| HSV(B) | 190º | 0.91% | 0.85% | - |
| XYZ | 29.93 | 39.43 | 71.68 | - |
| YUV | 138.43 | 172.34 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 184 | 217 | 0.91 | 0.15 | 0 | 0.15 | 190 | 0.84 | 0.46 |
| Hex | 13 | B8 | D9 | 5B | F | 0 | F | BE | 54 | 2E |
| Octal | 23 | 270 | 331 | 133 | 17 | 0 | 17 | 276 | 124 | 56 |
| Binary | 10011 | 10111000 | 11011001 | 1011011 | 1111 | 0 | 1111 | 10111110 | 1010100 | 101110 |
Color Harmonies of #13B8D9
Complementary color
Monochromatic Colors of #13B8D9
Black with #13B8D9
Text Example
Text Example
White with #13B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B8D9; }
p { color: rgb(19,184,217); }
H1.HeaderClassName
{
color: #13B8D9;
}
.AnyTagClassName
{
color: #13B8D9;
}
</style>
background-color css
<style>
a { background-color: #13B8D9; }
a { background-color: rgb(19,184,217); }
div.DivClassName
{
background-color: #13B8D9;
}
.BgClassName
{
background-color: #13B8D9;
}
</style>
border-color css
<style>
span { border-color: #13B8D9; }
span { border-color: rgb(19,184,217); }
td.TdClassName
{
border-color: #13B8D9;
}
.TagClassName
{
border-color: #13B8D9;
}
</style>