Shades of Iris Blue #13B5CF
Tints of Iris Blue #13B5CF
RGB
CMYK
RGB Variations
Color information
#13B5CF (or 0x13B5CF) is known color: Iris Blue. HEX triplet: 13, B5 and CF. RGB value is (19,181,207). Sum of RGB (Red+Green+Blue) = 19+181+207=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #13B5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B5CF is #EC4A30. Grayscale: #878787. Windows color (decimal): -15485489 or 13612307. OLE color: 13612307.
HSL color Cylindrical-coordinate representation of color #13B5CF: hue angle of 188.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B5CF is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 181 | 207 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.19 |
| HSL | 188.3º | 0.83% | 0.44% | - |
| HSV(B) | 188.3º | 0.91% | 0.81% | - |
| XYZ | 28.05 | 37.69 | 64.83 | - |
| YUV | 135.53 | 168.33 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 207 | 0.91 | 0.13 | 0 | 0.19 | 188.3 | 0.83 | 0.44 |
| Hex | 13 | B5 | CF | 5B | D | 0 | 13 | BC | 53 | 2C |
| Octal | 23 | 265 | 317 | 133 | 15 | 0 | 23 | 274 | 123 | 54 |
| Binary | 10011 | 10110101 | 11001111 | 1011011 | 1101 | 0 | 10011 | 10111100 | 1010011 | 101100 |
Color Harmonies of #13B5CF
Complementary color
Monochromatic Colors of #13B5CF
Black with #13B5CF
Text Example
Text Example
White with #13B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B5CF; }
p { color: rgb(19,181,207); }
H1.HeaderClassName
{
color: #13B5CF;
}
.AnyTagClassName
{
color: #13B5CF;
}
</style>
background-color css
<style>
a { background-color: #13B5CF; }
a { background-color: rgb(19,181,207); }
div.DivClassName
{
background-color: #13B5CF;
}
.BgClassName
{
background-color: #13B5CF;
}
</style>
border-color css
<style>
span { border-color: #13B5CF; }
span { border-color: rgb(19,181,207); }
td.TdClassName
{
border-color: #13B5CF;
}
.TagClassName
{
border-color: #13B5CF;
}
</style>