Shades of Iris Blue #15BDCB
Tints of Iris Blue #15BDCB
RGB
CMYK
RGB Variations
Color information
#15BDCB (or 0x15BDCB) is known color: Iris Blue. HEX triplet: 15, BD and CB. RGB value is (21,189,203). Sum of RGB (Red+Green+Blue) = 21+189+203=413 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.08% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #15BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDCB is #EA4234. Grayscale: #8C8C8C. Windows color (decimal): -15352373 or 13352213. OLE color: 13352213.
HSL color Cylindrical-coordinate representation of color #15BDCB: hue angle of 184.62º 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 #15BDCB is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 189 | 203 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.20 |
| HSL | 184.62º | 0.81% | 0.44% | - |
| HSV(B) | 184.62º | 0.9% | 0.8% | - |
| XYZ | 29.29 | 40.87 | 62.84 | - |
| YUV | 140.36 | 163.34 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 203 | 0.90 | 0.07 | 0 | 0.20 | 184.62 | 0.81 | 0.44 |
| Hex | 15 | BD | CB | 5A | 7 | 0 | 14 | B9 | 51 | 2C |
| Octal | 25 | 275 | 313 | 132 | 7 | 0 | 24 | 271 | 121 | 54 |
| Binary | 10101 | 10111101 | 11001011 | 1011010 | 111 | 0 | 10100 | 10111001 | 1010001 | 101100 |
Color Harmonies of #15BDCB
Complementary color
Monochromatic Colors of #15BDCB
Black with #15BDCB
Text Example
Text Example
White with #15BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDCB; }
p { color: rgb(21,189,203); }
H1.HeaderClassName
{
color: #15BDCB;
}
.AnyTagClassName
{
color: #15BDCB;
}
</style>
background-color css
<style>
a { background-color: #15BDCB; }
a { background-color: rgb(21,189,203); }
div.DivClassName
{
background-color: #15BDCB;
}
.BgClassName
{
background-color: #15BDCB;
}
</style>
border-color css
<style>
span { border-color: #15BDCB; }
span { border-color: rgb(21,189,203); }
td.TdClassName
{
border-color: #15BDCB;
}
.TagClassName
{
border-color: #15BDCB;
}
</style>