Shades of Iris Blue #13BACC
Tints of Iris Blue #13BACC
RGB
CMYK
RGB Variations
Color information
#13BACC (or 0x13BACC) is known color: Iris Blue. HEX triplet: 13, BA and CC. RGB value is (19,186,204). Sum of RGB (Red+Green+Blue) = 19+186+204=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #13BACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BACC is #EC4533. Grayscale: #898989. Windows color (decimal): -15484212 or 13416979. OLE color: 13416979.
HSL color Cylindrical-coordinate representation of color #13BACC: hue angle of 185.84º 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 #13BACC is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 186 | 204 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.2 |
| HSL | 185.84º | 0.83% | 0.44% | - |
| HSV(B) | 185.84º | 0.91% | 0.8% | - |
| XYZ | 28.73 | 39.62 | 63.26 | - |
| YUV | 138.12 | 165.17 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 204 | 0.91 | 0.09 | 0 | 0.2 | 185.84 | 0.83 | 0.44 |
| Hex | 13 | BA | CC | 5B | 9 | 0 | 14 | BA | 53 | 2C |
| Octal | 23 | 272 | 314 | 133 | 11 | 0 | 24 | 272 | 123 | 54 |
| Binary | 10011 | 10111010 | 11001100 | 1011011 | 1001 | 0 | 10100 | 10111010 | 1010011 | 101100 |
Color Harmonies of #13BACC
Complementary color
Monochromatic Colors of #13BACC
Black with #13BACC
Text Example
Text Example
White with #13BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BACC; }
p { color: rgb(19,186,204); }
H1.HeaderClassName
{
color: #13BACC;
}
.AnyTagClassName
{
color: #13BACC;
}
</style>
background-color css
<style>
a { background-color: #13BACC; }
a { background-color: rgb(19,186,204); }
div.DivClassName
{
background-color: #13BACC;
}
.BgClassName
{
background-color: #13BACC;
}
</style>
border-color css
<style>
span { border-color: #13BACC; }
span { border-color: rgb(19,186,204); }
td.TdClassName
{
border-color: #13BACC;
}
.TagClassName
{
border-color: #13BACC;
}
</style>