Shades of Iris Blue #13BFC3
Tints of Iris Blue #13BFC3
RGB
CMYK
RGB Variations
Color information
#13BFC3 (or 0x13BFC3) is known color: Iris Blue. HEX triplet: 13, BF and C3. RGB value is (19,191,195). Sum of RGB (Red+Green+Blue) = 19+191+195=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #13BFC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFC3 is #EC403C. Grayscale: #8B8B8B. Windows color (decimal): -15482941 or 12828435. OLE color: 12828435.
HSL color Cylindrical-coordinate representation of color #13BFC3: hue angle of 181.36º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BFC3 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 191 | 195 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.24 |
| HSL | 181.36º | 0.82% | 0.42% | - |
| HSV(B) | 181.36º | 0.9% | 0.76% | - |
| XYZ | 28.75 | 41.34 | 58.09 | - |
| YUV | 140.03 | 159.02 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 191 | 195 | 0.90 | 0.02 | 0 | 0.24 | 181.36 | 0.82 | 0.42 |
| Hex | 13 | BF | C3 | 5A | 2 | 0 | 18 | B5 | 52 | 2A |
| Octal | 23 | 277 | 303 | 132 | 2 | 0 | 30 | 265 | 122 | 52 |
| Binary | 10011 | 10111111 | 11000011 | 1011010 | 10 | 0 | 11000 | 10110101 | 1010010 | 101010 |
Color Harmonies of #13BFC3
Complementary color
Monochromatic Colors of #13BFC3
Black with #13BFC3
Text Example
Text Example
White with #13BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BFC3; }
p { color: rgb(19,191,195); }
H1.HeaderClassName
{
color: #13BFC3;
}
.AnyTagClassName
{
color: #13BFC3;
}
</style>
background-color css
<style>
a { background-color: #13BFC3; }
a { background-color: rgb(19,191,195); }
div.DivClassName
{
background-color: #13BFC3;
}
.BgClassName
{
background-color: #13BFC3;
}
</style>
border-color css
<style>
span { border-color: #13BFC3; }
span { border-color: rgb(19,191,195); }
td.TdClassName
{
border-color: #13BFC3;
}
.TagClassName
{
border-color: #13BFC3;
}
</style>