Shades of Iris Blue #13B2CB
Tints of Iris Blue #13B2CB
RGB
CMYK
RGB Variations
Color information
#13B2CB (or 0x13B2CB) is known color: Iris Blue. HEX triplet: 13, B2 and CB. RGB value is (19,178,203). Sum of RGB (Red+Green+Blue) = 19+178+203=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #13B2CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B2CB is #EC4D34. Grayscale: #858585. Windows color (decimal): -15486261 or 13349395. OLE color: 13349395.
HSL color Cylindrical-coordinate representation of color #13B2CB: hue angle of 188.15º 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 #13B2CB is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 178 | 203 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.20 |
| HSL | 188.15º | 0.83% | 0.44% | - |
| HSV(B) | 188.15º | 0.91% | 0.8% | - |
| XYZ | 26.97 | 36.29 | 62.08 | - |
| YUV | 133.31 | 167.32 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 203 | 0.91 | 0.12 | 0 | 0.20 | 188.15 | 0.83 | 0.44 |
| Hex | 13 | B2 | CB | 5B | C | 0 | 14 | BC | 53 | 2C |
| Octal | 23 | 262 | 313 | 133 | 14 | 0 | 24 | 274 | 123 | 54 |
| Binary | 10011 | 10110010 | 11001011 | 1011011 | 1100 | 0 | 10100 | 10111100 | 1010011 | 101100 |
Color Harmonies of #13B2CB
Complementary color
Monochromatic Colors of #13B2CB
Black with #13B2CB
Text Example
Text Example
White with #13B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B2CB; }
p { color: rgb(19,178,203); }
H1.HeaderClassName
{
color: #13B2CB;
}
.AnyTagClassName
{
color: #13B2CB;
}
</style>
background-color css
<style>
a { background-color: #13B2CB; }
a { background-color: rgb(19,178,203); }
div.DivClassName
{
background-color: #13B2CB;
}
.BgClassName
{
background-color: #13B2CB;
}
</style>
border-color css
<style>
span { border-color: #13B2CB; }
span { border-color: rgb(19,178,203); }
td.TdClassName
{
border-color: #13B2CB;
}
.TagClassName
{
border-color: #13B2CB;
}
</style>