Shades of Iris Blue #15B3BD
Tints of Iris Blue #15B3BD
RGB
CMYK
RGB Variations
Color information
#15B3BD (or 0x15B3BD) is known color: Iris Blue. HEX triplet: 15, B3 and BD. RGB value is (21,179,189). Sum of RGB (Red+Green+Blue) = 21+179+189=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #15B3BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15B3BD is #EA4C42. Grayscale: #848484. Windows color (decimal): -15354947 or 12432149. OLE color: 12432149.
HSL color Cylindrical-coordinate representation of color #15B3BD: hue angle of 183.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15B3BD is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 179 | 189 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.26 |
| HSL | 183.57º | 0.8% | 0.41% | - |
| HSV(B) | 183.57º | 0.89% | 0.74% | - |
| XYZ | 25.61 | 36.07 | 53.76 | - |
| YUV | 132.9 | 159.65 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 179 | 189 | 0.89 | 0.05 | 0 | 0.26 | 183.57 | 0.8 | 0.41 |
| Hex | 15 | B3 | BD | 59 | 5 | 0 | 1A | B8 | 50 | 29 |
| Octal | 25 | 263 | 275 | 131 | 5 | 0 | 32 | 270 | 120 | 51 |
| Binary | 10101 | 10110011 | 10111101 | 1011001 | 101 | 0 | 11010 | 10111000 | 1010000 | 101001 |
Color Harmonies of #15B3BD
Complementary color
Monochromatic Colors of #15B3BD
Black with #15B3BD
Text Example
Text Example
White with #15B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B3BD; }
p { color: rgb(21,179,189); }
H1.HeaderClassName
{
color: #15B3BD;
}
.AnyTagClassName
{
color: #15B3BD;
}
</style>
background-color css
<style>
a { background-color: #15B3BD; }
a { background-color: rgb(21,179,189); }
div.DivClassName
{
background-color: #15B3BD;
}
.BgClassName
{
background-color: #15B3BD;
}
</style>
border-color css
<style>
span { border-color: #15B3BD; }
span { border-color: rgb(21,179,189); }
td.TdClassName
{
border-color: #15B3BD;
}
.TagClassName
{
border-color: #15B3BD;
}
</style>