Shades of Iris Blue #13BCDD
Tints of Iris Blue #13BCDD
RGB
CMYK
RGB Variations
Color information
#13BCDD (or 0x13BCDD) is known color: Iris Blue. HEX triplet: 13, BC and DD. RGB value is (19,188,221). Sum of RGB (Red+Green+Blue) = 19+188+221=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #13BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCDD is #EC4322. Grayscale: #8C8C8C. Windows color (decimal): -15483683 or 14531603. OLE color: 14531603.
HSL color Cylindrical-coordinate representation of color #13BCDD: hue angle of 189.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BCDD is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 188 | 221 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.13 |
| HSL | 189.8º | 0.84% | 0.47% | - |
| HSV(B) | 189.8º | 0.91% | 0.87% | - |
| XYZ | 31.3 | 41.33 | 74.73 | - |
| YUV | 141.23 | 173.01 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 221 | 0.91 | 0.15 | 0 | 0.13 | 189.8 | 0.84 | 0.47 |
| Hex | 13 | BC | DD | 5B | F | 0 | D | BE | 54 | 2F |
| Octal | 23 | 274 | 335 | 133 | 17 | 0 | 15 | 276 | 124 | 57 |
| Binary | 10011 | 10111100 | 11011101 | 1011011 | 1111 | 0 | 1101 | 10111110 | 1010100 | 101111 |
Color Harmonies of #13BCDD
Complementary color
Monochromatic Colors of #13BCDD
Black with #13BCDD
Text Example
Text Example
White with #13BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BCDD; }
p { color: rgb(19,188,221); }
H1.HeaderClassName
{
color: #13BCDD;
}
.AnyTagClassName
{
color: #13BCDD;
}
</style>
background-color css
<style>
a { background-color: #13BCDD; }
a { background-color: rgb(19,188,221); }
div.DivClassName
{
background-color: #13BCDD;
}
.BgClassName
{
background-color: #13BCDD;
}
</style>
border-color css
<style>
span { border-color: #13BCDD; }
span { border-color: rgb(19,188,221); }
td.TdClassName
{
border-color: #13BCDD;
}
.TagClassName
{
border-color: #13BCDD;
}
</style>