Shades of Iris Blue #13AECB
Tints of Iris Blue #13AECB
RGB
CMYK
RGB Variations
Color information
#13AECB (or 0x13AECB) is known color: Iris Blue. HEX triplet: 13, AE and CB. RGB value is (19,174,203). Sum of RGB (Red+Green+Blue) = 19+174+203=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #13AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AECB is #EC5134. Grayscale: #828282. Windows color (decimal): -15487285 or 13348371. OLE color: 13348371.
HSL color Cylindrical-coordinate representation of color #13AECB: hue angle of 189.46º 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 #13AECB is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 174 | 203 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.20 |
| HSL | 189.46º | 0.83% | 0.44% | - |
| HSV(B) | 189.46º | 0.91% | 0.8% | - |
| XYZ | 26.18 | 34.72 | 61.82 | - |
| YUV | 130.96 | 168.65 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 174 | 203 | 0.91 | 0.14 | 0 | 0.20 | 189.46 | 0.83 | 0.44 |
| Hex | 13 | AE | CB | 5B | E | 0 | 14 | BD | 53 | 2C |
| Octal | 23 | 256 | 313 | 133 | 16 | 0 | 24 | 275 | 123 | 54 |
| Binary | 10011 | 10101110 | 11001011 | 1011011 | 1110 | 0 | 10100 | 10111101 | 1010011 | 101100 |
Color Harmonies of #13AECB
Complementary color
Monochromatic Colors of #13AECB
Black with #13AECB
Text Example
Text Example
White with #13AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AECB; }
p { color: rgb(19,174,203); }
H1.HeaderClassName
{
color: #13AECB;
}
.AnyTagClassName
{
color: #13AECB;
}
</style>
background-color css
<style>
a { background-color: #13AECB; }
a { background-color: rgb(19,174,203); }
div.DivClassName
{
background-color: #13AECB;
}
.BgClassName
{
background-color: #13AECB;
}
</style>
border-color css
<style>
span { border-color: #13AECB; }
span { border-color: rgb(19,174,203); }
td.TdClassName
{
border-color: #13AECB;
}
.TagClassName
{
border-color: #13AECB;
}
</style>