Shades of Iris Blue #15BBC0
Tints of Iris Blue #15BBC0
RGB
CMYK
RGB Variations
Color information
#15BBC0 (or 0x15BBC0) is known color: Iris Blue. HEX triplet: 15, BB and C0. RGB value is (21,187,192). Sum of RGB (Red+Green+Blue) = 21+187+192=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #15BBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBC0 is #EA443F. Grayscale: #898989. Windows color (decimal): -15352896 or 12630805. OLE color: 12630805.
HSL color Cylindrical-coordinate representation of color #15BBC0: hue angle of 181.75º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BBC0 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 187 | 192 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.25 |
| HSL | 181.75º | 0.8% | 0.42% | - |
| HSV(B) | 181.75º | 0.89% | 0.75% | - |
| XYZ | 27.59 | 39.51 | 56.04 | - |
| YUV | 137.94 | 158.5 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 192 | 0.89 | 0.03 | 0 | 0.25 | 181.75 | 0.8 | 0.42 |
| Hex | 15 | BB | C0 | 59 | 3 | 0 | 19 | B6 | 50 | 2A |
| Octal | 25 | 273 | 300 | 131 | 3 | 0 | 31 | 266 | 120 | 52 |
| Binary | 10101 | 10111011 | 11000000 | 1011001 | 11 | 0 | 11001 | 10110110 | 1010000 | 101010 |
Color Harmonies of #15BBC0
Complementary color
Monochromatic Colors of #15BBC0
Black with #15BBC0
Text Example
Text Example
White with #15BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BBC0; }
p { color: rgb(21,187,192); }
H1.HeaderClassName
{
color: #15BBC0;
}
.AnyTagClassName
{
color: #15BBC0;
}
</style>
background-color css
<style>
a { background-color: #15BBC0; }
a { background-color: rgb(21,187,192); }
div.DivClassName
{
background-color: #15BBC0;
}
.BgClassName
{
background-color: #15BBC0;
}
</style>
border-color css
<style>
span { border-color: #15BBC0; }
span { border-color: rgb(21,187,192); }
td.TdClassName
{
border-color: #15BBC0;
}
.TagClassName
{
border-color: #15BBC0;
}
</style>