Shades of Iris Blue #13BAC1
Tints of Iris Blue #13BAC1
RGB
CMYK
RGB Variations
Color information
#13BAC1 (or 0x13BAC1) is known color: Iris Blue. HEX triplet: 13, BA and C1. RGB value is (19,186,193). Sum of RGB (Red+Green+Blue) = 19+186+193=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #13BAC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BAC1 is #EC453E. Grayscale: #888888. Windows color (decimal): -15484223 or 12696083. OLE color: 12696083.
HSL color Cylindrical-coordinate representation of color #13BAC1: hue angle of 182.41º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BAC1 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 186 | 193 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.24 |
| HSL | 182.41º | 0.82% | 0.42% | - |
| HSV(B) | 182.41º | 0.9% | 0.76% | - |
| XYZ | 27.45 | 39.11 | 56.55 | - |
| YUV | 136.87 | 159.67 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 193 | 0.90 | 0.04 | 0 | 0.24 | 182.41 | 0.82 | 0.42 |
| Hex | 13 | BA | C1 | 5A | 4 | 0 | 18 | B6 | 52 | 2A |
| Octal | 23 | 272 | 301 | 132 | 4 | 0 | 30 | 266 | 122 | 52 |
| Binary | 10011 | 10111010 | 11000001 | 1011010 | 100 | 0 | 11000 | 10110110 | 1010010 | 101010 |
Color Harmonies of #13BAC1
Complementary color
Monochromatic Colors of #13BAC1
Black with #13BAC1
Text Example
Text Example
White with #13BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BAC1; }
p { color: rgb(19,186,193); }
H1.HeaderClassName
{
color: #13BAC1;
}
.AnyTagClassName
{
color: #13BAC1;
}
</style>
background-color css
<style>
a { background-color: #13BAC1; }
a { background-color: rgb(19,186,193); }
div.DivClassName
{
background-color: #13BAC1;
}
.BgClassName
{
background-color: #13BAC1;
}
</style>
border-color css
<style>
span { border-color: #13BAC1; }
span { border-color: rgb(19,186,193); }
td.TdClassName
{
border-color: #13BAC1;
}
.TagClassName
{
border-color: #13BAC1;
}
</style>