Shades of Iris Blue #15BBCB
Tints of Iris Blue #15BBCB
RGB
CMYK
RGB Variations
Color information
#15BBCB (or 0x15BBCB) is known color: Iris Blue. HEX triplet: 15, BB and CB. RGB value is (21,187,203). Sum of RGB (Red+Green+Blue) = 21+187+203=411 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.11% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #15BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BBCB is #EA4434. Grayscale: #8A8A8A. Windows color (decimal): -15352885 or 13351701. OLE color: 13351701.
HSL color Cylindrical-coordinate representation of color #15BBCB: hue angle of 185.27º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15BBCB is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 187 | 203 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.20 |
| HSL | 185.27º | 0.81% | 0.44% | - |
| HSV(B) | 185.27º | 0.9% | 0.8% | - |
| XYZ | 28.86 | 40.01 | 62.7 | - |
| YUV | 139.19 | 164 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 187 | 203 | 0.90 | 0.08 | 0 | 0.20 | 185.27 | 0.81 | 0.44 |
| Hex | 15 | BB | CB | 5A | 8 | 0 | 14 | B9 | 51 | 2C |
| Octal | 25 | 273 | 313 | 132 | 10 | 0 | 24 | 271 | 121 | 54 |
| Binary | 10101 | 10111011 | 11001011 | 1011010 | 1000 | 0 | 10100 | 10111001 | 1010001 | 101100 |
Color Harmonies of #15BBCB
Complementary color
Monochromatic Colors of #15BBCB
Black with #15BBCB
Text Example
Text Example
White with #15BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BBCB; }
p { color: rgb(21,187,203); }
H1.HeaderClassName
{
color: #15BBCB;
}
.AnyTagClassName
{
color: #15BBCB;
}
</style>
background-color css
<style>
a { background-color: #15BBCB; }
a { background-color: rgb(21,187,203); }
div.DivClassName
{
background-color: #15BBCB;
}
.BgClassName
{
background-color: #15BBCB;
}
</style>
border-color css
<style>
span { border-color: #15BBCB; }
span { border-color: rgb(21,187,203); }
td.TdClassName
{
border-color: #15BBCB;
}
.TagClassName
{
border-color: #15BBCB;
}
</style>