Shades of Iris Blue #15B7C1
Tints of Iris Blue #15B7C1
RGB
CMYK
RGB Variations
Color information
#15B7C1 (or 0x15B7C1) is known color: Iris Blue. HEX triplet: 15, B7 and C1. RGB value is (21,183,193). Sum of RGB (Red+Green+Blue) = 21+183+193=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #15B7C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B7C1 is #EA483E. Grayscale: #878787. Windows color (decimal): -15353919 or 12695317. OLE color: 12695317.
HSL color Cylindrical-coordinate representation of color #15B7C1: hue angle of 183.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15B7C1 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 183 | 193 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.24 |
| HSL | 183.49º | 0.8% | 0.42% | - |
| HSV(B) | 183.49º | 0.89% | 0.76% | - |
| XYZ | 26.87 | 37.88 | 56.35 | - |
| YUV | 135.7 | 160.33 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 183 | 193 | 0.89 | 0.05 | 0 | 0.24 | 183.49 | 0.8 | 0.42 |
| Hex | 15 | B7 | C1 | 59 | 5 | 0 | 18 | B7 | 50 | 2A |
| Octal | 25 | 267 | 301 | 131 | 5 | 0 | 30 | 267 | 120 | 52 |
| Binary | 10101 | 10110111 | 11000001 | 1011001 | 101 | 0 | 11000 | 10110111 | 1010000 | 101010 |
Color Harmonies of #15B7C1
Complementary color
Monochromatic Colors of #15B7C1
Black with #15B7C1
Text Example
Text Example
White with #15B7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B7C1; }
p { color: rgb(21,183,193); }
H1.HeaderClassName
{
color: #15B7C1;
}
.AnyTagClassName
{
color: #15B7C1;
}
</style>
background-color css
<style>
a { background-color: #15B7C1; }
a { background-color: rgb(21,183,193); }
div.DivClassName
{
background-color: #15B7C1;
}
.BgClassName
{
background-color: #15B7C1;
}
</style>
border-color css
<style>
span { border-color: #15B7C1; }
span { border-color: rgb(21,183,193); }
td.TdClassName
{
border-color: #15B7C1;
}
.TagClassName
{
border-color: #15B7C1;
}
</style>