Shades of Iris Blue #13BFCD
Tints of Iris Blue #13BFCD
RGB
CMYK
RGB Variations
Color information
#13BFCD (or 0x13BFCD) is known color: Iris Blue. HEX triplet: 13, BF and CD. RGB value is (19,191,205). Sum of RGB (Red+Green+Blue) = 19+191+205=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #13BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFCD is #EC4032. Grayscale: #8C8C8C. Windows color (decimal): -15482931 or 13483795. OLE color: 13483795.
HSL color Cylindrical-coordinate representation of color #13BFCD: hue angle of 184.52º 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 #13BFCD is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 191 | 205 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.20 |
| HSL | 184.52º | 0.83% | 0.44% | - |
| HSV(B) | 184.52º | 0.91% | 0.8% | - |
| XYZ | 29.92 | 41.81 | 64.25 | - |
| YUV | 141.17 | 164.02 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 191 | 205 | 0.91 | 0.07 | 0 | 0.20 | 184.52 | 0.83 | 0.44 |
| Hex | 13 | BF | CD | 5B | 7 | 0 | 14 | B9 | 53 | 2C |
| Octal | 23 | 277 | 315 | 133 | 7 | 0 | 24 | 271 | 123 | 54 |
| Binary | 10011 | 10111111 | 11001101 | 1011011 | 111 | 0 | 10100 | 10111001 | 1010011 | 101100 |
Color Harmonies of #13BFCD
Complementary color
Monochromatic Colors of #13BFCD
Black with #13BFCD
Text Example
Text Example
White with #13BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BFCD; }
p { color: rgb(19,191,205); }
H1.HeaderClassName
{
color: #13BFCD;
}
.AnyTagClassName
{
color: #13BFCD;
}
</style>
background-color css
<style>
a { background-color: #13BFCD; }
a { background-color: rgb(19,191,205); }
div.DivClassName
{
background-color: #13BFCD;
}
.BgClassName
{
background-color: #13BFCD;
}
</style>
border-color css
<style>
span { border-color: #13BFCD; }
span { border-color: rgb(19,191,205); }
td.TdClassName
{
border-color: #13BFCD;
}
.TagClassName
{
border-color: #13BFCD;
}
</style>