Shades of Iris Blue #13ABCB
Tints of Iris Blue #13ABCB
RGB
CMYK
RGB Variations
Color information
#13ABCB (or 0x13ABCB) is known color: Iris Blue. HEX triplet: 13, AB and CB. RGB value is (19,171,203). Sum of RGB (Red+Green+Blue) = 19+171+203=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #13ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ABCB is #EC5434. Grayscale: #808080. Windows color (decimal): -15488053 or 13347603. OLE color: 13347603.
HSL color Cylindrical-coordinate representation of color #13ABCB: hue angle of 190.43º 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 #13ABCB is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 171 | 203 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.20 |
| HSL | 190.43º | 0.83% | 0.44% | - |
| HSV(B) | 190.43º | 0.91% | 0.8% | - |
| XYZ | 25.61 | 33.58 | 61.63 | - |
| YUV | 129.2 | 169.64 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 203 | 0.91 | 0.16 | 0 | 0.20 | 190.43 | 0.83 | 0.44 |
| Hex | 13 | AB | CB | 5B | 10 | 0 | 14 | BE | 53 | 2C |
| Octal | 23 | 253 | 313 | 133 | 20 | 0 | 24 | 276 | 123 | 54 |
| Binary | 10011 | 10101011 | 11001011 | 1011011 | 10000 | 0 | 10100 | 10111110 | 1010011 | 101100 |
Color Harmonies of #13ABCB
Complementary color
Monochromatic Colors of #13ABCB
Black with #13ABCB
Text Example
Text Example
White with #13ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ABCB; }
p { color: rgb(19,171,203); }
H1.HeaderClassName
{
color: #13ABCB;
}
.AnyTagClassName
{
color: #13ABCB;
}
</style>
background-color css
<style>
a { background-color: #13ABCB; }
a { background-color: rgb(19,171,203); }
div.DivClassName
{
background-color: #13ABCB;
}
.BgClassName
{
background-color: #13ABCB;
}
</style>
border-color css
<style>
span { border-color: #13ABCB; }
span { border-color: rgb(19,171,203); }
td.TdClassName
{
border-color: #13ABCB;
}
.TagClassName
{
border-color: #13ABCB;
}
</style>