Shades of Iris Blue #13BDC4
Tints of Iris Blue #13BDC4
RGB
CMYK
RGB Variations
Color information
#13BDC4 (or 0x13BDC4) is known color: Iris Blue. HEX triplet: 13, BD and C4. RGB value is (19,189,196). Sum of RGB (Red+Green+Blue) = 19+189+196=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #13BDC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDC4 is #EC423B. Grayscale: #8A8A8A. Windows color (decimal): -15483452 or 12893459. OLE color: 12893459.
HSL color Cylindrical-coordinate representation of color #13BDC4: hue angle of 182.37º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BDC4 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 189 | 196 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.23 |
| HSL | 182.37º | 0.82% | 0.42% | - |
| HSV(B) | 182.37º | 0.9% | 0.77% | - |
| XYZ | 28.43 | 40.52 | 58.55 | - |
| YUV | 138.97 | 160.18 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 196 | 0.90 | 0.04 | 0 | 0.23 | 182.37 | 0.82 | 0.42 |
| Hex | 13 | BD | C4 | 5A | 4 | 0 | 17 | B6 | 52 | 2A |
| Octal | 23 | 275 | 304 | 132 | 4 | 0 | 27 | 266 | 122 | 52 |
| Binary | 10011 | 10111101 | 11000100 | 1011010 | 100 | 0 | 10111 | 10110110 | 1010010 | 101010 |
Color Harmonies of #13BDC4
Complementary color
Monochromatic Colors of #13BDC4
Black with #13BDC4
Text Example
Text Example
White with #13BDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDC4; }
p { color: rgb(19,189,196); }
H1.HeaderClassName
{
color: #13BDC4;
}
.AnyTagClassName
{
color: #13BDC4;
}
</style>
background-color css
<style>
a { background-color: #13BDC4; }
a { background-color: rgb(19,189,196); }
div.DivClassName
{
background-color: #13BDC4;
}
.BgClassName
{
background-color: #13BDC4;
}
</style>
border-color css
<style>
span { border-color: #13BDC4; }
span { border-color: rgb(19,189,196); }
td.TdClassName
{
border-color: #13BDC4;
}
.TagClassName
{
border-color: #13BDC4;
}
</style>