Shades of Iris Blue #13BEBC
Tints of Iris Blue #13BEBC
RGB
CMYK
RGB Variations
Color information
#13BEBC (or 0x13BEBC) is known color: Iris Blue. HEX triplet: 13, BE and BC. RGB value is (19,190,188). Sum of RGB (Red+Green+Blue) = 19+190+188=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #13BEBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BEBC is #EC4143. Grayscale: #8A8A8A. Windows color (decimal): -15483204 or 12369427. OLE color: 12369427.
HSL color Cylindrical-coordinate representation of color #13BEBC: hue angle of 179.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BEBC is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 190 | 188 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.25 |
| HSL | 179.3º | 0.82% | 0.41% | - |
| HSV(B) | 179.3º | 0.9% | 0.75% | - |
| XYZ | 27.76 | 40.6 | 53.95 | - |
| YUV | 138.64 | 155.85 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 188 | 0.90 | 0 | 0.01 | 0.25 | 179.3 | 0.82 | 0.41 |
| Hex | 13 | BE | BC | 5A | 0 | 1 | 19 | B3 | 52 | 29 |
| Octal | 23 | 276 | 274 | 132 | 0 | 1 | 31 | 263 | 122 | 51 |
| Binary | 10011 | 10111110 | 10111100 | 1011010 | 0 | 1 | 11001 | 10110011 | 1010010 | 101001 |
Color Harmonies of #13BEBC
Complementary color
Monochromatic Colors of #13BEBC
Black with #13BEBC
Text Example
Text Example
White with #13BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BEBC; }
p { color: rgb(19,190,188); }
H1.HeaderClassName
{
color: #13BEBC;
}
.AnyTagClassName
{
color: #13BEBC;
}
</style>
background-color css
<style>
a { background-color: #13BEBC; }
a { background-color: rgb(19,190,188); }
div.DivClassName
{
background-color: #13BEBC;
}
.BgClassName
{
background-color: #13BEBC;
}
</style>
border-color css
<style>
span { border-color: #13BEBC; }
span { border-color: rgb(19,190,188); }
td.TdClassName
{
border-color: #13BEBC;
}
.TagClassName
{
border-color: #13BEBC;
}
</style>