Shades of Iris Blue #15BDCC
Tints of Iris Blue #15BDCC
RGB
CMYK
RGB Variations
Color information
#15BDCC (or 0x15BDCC) is known color: Iris Blue. HEX triplet: 15, BD and CC. RGB value is (21,189,204). Sum of RGB (Red+Green+Blue) = 21+189+204=414 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.07% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #15BDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BDCC is #EA4233. Grayscale: #8C8C8C. Windows color (decimal): -15352372 or 13417749. OLE color: 13417749.
HSL color Cylindrical-coordinate representation of color #15BDCC: hue angle of 184.92º 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 #15BDCC is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 189 | 204 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.2 |
| HSL | 184.92º | 0.81% | 0.44% | - |
| HSV(B) | 184.92º | 0.9% | 0.8% | - |
| XYZ | 29.41 | 40.91 | 63.47 | - |
| YUV | 140.48 | 163.84 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 189 | 204 | 0.90 | 0.07 | 0 | 0.2 | 184.92 | 0.81 | 0.44 |
| Hex | 15 | BD | CC | 5A | 7 | 0 | 14 | B9 | 51 | 2C |
| Octal | 25 | 275 | 314 | 132 | 7 | 0 | 24 | 271 | 121 | 54 |
| Binary | 10101 | 10111101 | 11001100 | 1011010 | 111 | 0 | 10100 | 10111001 | 1010001 | 101100 |
Color Harmonies of #15BDCC
Complementary color
Monochromatic Colors of #15BDCC
Black with #15BDCC
Text Example
Text Example
White with #15BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BDCC; }
p { color: rgb(21,189,204); }
H1.HeaderClassName
{
color: #15BDCC;
}
.AnyTagClassName
{
color: #15BDCC;
}
</style>
background-color css
<style>
a { background-color: #15BDCC; }
a { background-color: rgb(21,189,204); }
div.DivClassName
{
background-color: #15BDCC;
}
.BgClassName
{
background-color: #15BDCC;
}
</style>
border-color css
<style>
span { border-color: #15BDCC; }
span { border-color: rgb(21,189,204); }
td.TdClassName
{
border-color: #15BDCC;
}
.TagClassName
{
border-color: #15BDCC;
}
</style>