Shades of Iris Blue #13B0CC
Tints of Iris Blue #13B0CC
RGB
CMYK
RGB Variations
Color information
#13B0CC (or 0x13B0CC) is known color: Iris Blue. HEX triplet: 13, B0 and CC. RGB value is (19,176,204). Sum of RGB (Red+Green+Blue) = 19+176+204=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #13B0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B0CC is #EC4F33. Grayscale: #838383. Windows color (decimal): -15486772 or 13414419. OLE color: 13414419.
HSL color Cylindrical-coordinate representation of color #13B0CC: hue angle of 189.08º 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 #13B0CC is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 176 | 204 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.2 |
| HSL | 189.08º | 0.83% | 0.44% | - |
| HSV(B) | 189.08º | 0.91% | 0.8% | - |
| XYZ | 26.69 | 35.55 | 62.58 | - |
| YUV | 132.25 | 168.49 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 204 | 0.91 | 0.14 | 0 | 0.2 | 189.08 | 0.83 | 0.44 |
| Hex | 13 | B0 | CC | 5B | E | 0 | 14 | BD | 53 | 2C |
| Octal | 23 | 260 | 314 | 133 | 16 | 0 | 24 | 275 | 123 | 54 |
| Binary | 10011 | 10110000 | 11001100 | 1011011 | 1110 | 0 | 10100 | 10111101 | 1010011 | 101100 |
Color Harmonies of #13B0CC
Complementary color
Monochromatic Colors of #13B0CC
Black with #13B0CC
Text Example
Text Example
White with #13B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B0CC; }
p { color: rgb(19,176,204); }
H1.HeaderClassName
{
color: #13B0CC;
}
.AnyTagClassName
{
color: #13B0CC;
}
</style>
background-color css
<style>
a { background-color: #13B0CC; }
a { background-color: rgb(19,176,204); }
div.DivClassName
{
background-color: #13B0CC;
}
.BgClassName
{
background-color: #13B0CC;
}
</style>
border-color css
<style>
span { border-color: #13B0CC; }
span { border-color: rgb(19,176,204); }
td.TdClassName
{
border-color: #13B0CC;
}
.TagClassName
{
border-color: #13B0CC;
}
</style>