Shades of Iris Blue #15B0BB
Tints of Iris Blue #15B0BB
RGB
CMYK
RGB Variations
Color information
#15B0BB (or 0x15B0BB) is known color: Iris Blue. HEX triplet: 15, B0 and BB. RGB value is (21,176,187). Sum of RGB (Red+Green+Blue) = 21+176+187=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #15B0BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B0BB is #EA4F44. Grayscale: #828282. Windows color (decimal): -15355717 or 12300309. OLE color: 12300309.
HSL color Cylindrical-coordinate representation of color #15B0BB: hue angle of 183.98º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15B0BB is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 176 | 187 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.27 |
| HSL | 183.98º | 0.8% | 0.41% | - |
| HSV(B) | 183.98º | 0.89% | 0.73% | - |
| XYZ | 24.8 | 34.8 | 52.42 | - |
| YUV | 130.91 | 159.65 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 176 | 187 | 0.89 | 0.06 | 0 | 0.27 | 183.98 | 0.8 | 0.41 |
| Hex | 15 | B0 | BB | 59 | 6 | 0 | 1B | B8 | 50 | 29 |
| Octal | 25 | 260 | 273 | 131 | 6 | 0 | 33 | 270 | 120 | 51 |
| Binary | 10101 | 10110000 | 10111011 | 1011001 | 110 | 0 | 11011 | 10111000 | 1010000 | 101001 |
Color Harmonies of #15B0BB
Complementary color
Monochromatic Colors of #15B0BB
Black with #15B0BB
Text Example
Text Example
White with #15B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B0BB; }
p { color: rgb(21,176,187); }
H1.HeaderClassName
{
color: #15B0BB;
}
.AnyTagClassName
{
color: #15B0BB;
}
</style>
background-color css
<style>
a { background-color: #15B0BB; }
a { background-color: rgb(21,176,187); }
div.DivClassName
{
background-color: #15B0BB;
}
.BgClassName
{
background-color: #15B0BB;
}
</style>
border-color css
<style>
span { border-color: #15B0BB; }
span { border-color: rgb(21,176,187); }
td.TdClassName
{
border-color: #15B0BB;
}
.TagClassName
{
border-color: #15B0BB;
}
</style>