Shades of Iris Blue #15B0CC
Tints of Iris Blue #15B0CC
RGB
CMYK
RGB Variations
Color information
#15B0CC (or 0x15B0CC) is known color: Iris Blue. HEX triplet: 15, B0 and CC. RGB value is (21,176,204). Sum of RGB (Red+Green+Blue) = 21+176+204=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #15B0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B0CC is #EA4F33. Grayscale: #848484. Windows color (decimal): -15355700 or 13414421. OLE color: 13414421.
HSL color Cylindrical-coordinate representation of color #15B0CC: hue angle of 189.18º 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 #15B0CC is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 176 | 204 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.2 |
| HSL | 189.18º | 0.81% | 0.44% | - |
| HSV(B) | 189.18º | 0.9% | 0.8% | - |
| XYZ | 26.73 | 35.57 | 62.58 | - |
| YUV | 132.85 | 168.15 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 176 | 204 | 0.90 | 0.14 | 0 | 0.2 | 189.18 | 0.81 | 0.44 |
| Hex | 15 | B0 | CC | 5A | E | 0 | 14 | BD | 51 | 2C |
| Octal | 25 | 260 | 314 | 132 | 16 | 0 | 24 | 275 | 121 | 54 |
| Binary | 10101 | 10110000 | 11001100 | 1011010 | 1110 | 0 | 10100 | 10111101 | 1010001 | 101100 |
Color Harmonies of #15B0CC
Complementary color
Monochromatic Colors of #15B0CC
Black with #15B0CC
Text Example
Text Example
White with #15B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B0CC; }
p { color: rgb(21,176,204); }
H1.HeaderClassName
{
color: #15B0CC;
}
.AnyTagClassName
{
color: #15B0CC;
}
</style>
background-color css
<style>
a { background-color: #15B0CC; }
a { background-color: rgb(21,176,204); }
div.DivClassName
{
background-color: #15B0CC;
}
.BgClassName
{
background-color: #15B0CC;
}
</style>
border-color css
<style>
span { border-color: #15B0CC; }
span { border-color: rgb(21,176,204); }
td.TdClassName
{
border-color: #15B0CC;
}
.TagClassName
{
border-color: #15B0CC;
}
</style>