Shades of Iris Blue #13BECC
Tints of Iris Blue #13BECC
RGB
CMYK
RGB Variations
Color information
#13BECC (or 0x13BECC) is known color: Iris Blue. HEX triplet: 13, BE and CC. RGB value is (19,190,204). Sum of RGB (Red+Green+Blue) = 19+190+204=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #13BECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BECC is #EC4133. Grayscale: #8C8C8C. Windows color (decimal): -15483188 or 13418003. OLE color: 13418003.
HSL color Cylindrical-coordinate representation of color #13BECC: hue angle of 184.54º 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 #13BECC is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 190 | 204 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.2 |
| HSL | 184.54º | 0.83% | 0.44% | - |
| HSV(B) | 184.54º | 0.91% | 0.8% | - |
| XYZ | 29.58 | 41.32 | 63.54 | - |
| YUV | 140.47 | 163.85 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 204 | 0.91 | 0.07 | 0 | 0.2 | 184.54 | 0.83 | 0.44 |
| Hex | 13 | BE | CC | 5B | 7 | 0 | 14 | B9 | 53 | 2C |
| Octal | 23 | 276 | 314 | 133 | 7 | 0 | 24 | 271 | 123 | 54 |
| Binary | 10011 | 10111110 | 11001100 | 1011011 | 111 | 0 | 10100 | 10111001 | 1010011 | 101100 |
Color Harmonies of #13BECC
Complementary color
Monochromatic Colors of #13BECC
Black with #13BECC
Text Example
Text Example
White with #13BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BECC; }
p { color: rgb(19,190,204); }
H1.HeaderClassName
{
color: #13BECC;
}
.AnyTagClassName
{
color: #13BECC;
}
</style>
background-color css
<style>
a { background-color: #13BECC; }
a { background-color: rgb(19,190,204); }
div.DivClassName
{
background-color: #13BECC;
}
.BgClassName
{
background-color: #13BECC;
}
</style>
border-color css
<style>
span { border-color: #13BECC; }
span { border-color: rgb(19,190,204); }
td.TdClassName
{
border-color: #13BECC;
}
.TagClassName
{
border-color: #13BECC;
}
</style>