Shades of Iris Blue #15BAC2
Tints of Iris Blue #15BAC2
RGB
CMYK
RGB Variations
Color information
#15BAC2 (or 0x15BAC2) is known color: Iris Blue. HEX triplet: 15, BA and C2. RGB value is (21,186,194). Sum of RGB (Red+Green+Blue) = 21+186+194=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #15BAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BAC2 is #EA453D. Grayscale: #898989. Windows color (decimal): -15353150 or 12761621. OLE color: 12761621.
HSL color Cylindrical-coordinate representation of color #15BAC2: hue angle of 182.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BAC2 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 186 | 194 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.24 |
| HSL | 182.77º | 0.8% | 0.42% | - |
| HSV(B) | 182.77º | 0.89% | 0.76% | - |
| XYZ | 27.61 | 39.17 | 57.14 | - |
| YUV | 137.58 | 159.84 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 194 | 0.89 | 0.04 | 0 | 0.24 | 182.77 | 0.8 | 0.42 |
| Hex | 15 | BA | C2 | 59 | 4 | 0 | 18 | B7 | 50 | 2A |
| Octal | 25 | 272 | 302 | 131 | 4 | 0 | 30 | 267 | 120 | 52 |
| Binary | 10101 | 10111010 | 11000010 | 1011001 | 100 | 0 | 11000 | 10110111 | 1010000 | 101010 |
Color Harmonies of #15BAC2
Complementary color
Monochromatic Colors of #15BAC2
Black with #15BAC2
Text Example
Text Example
White with #15BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BAC2; }
p { color: rgb(21,186,194); }
H1.HeaderClassName
{
color: #15BAC2;
}
.AnyTagClassName
{
color: #15BAC2;
}
</style>
background-color css
<style>
a { background-color: #15BAC2; }
a { background-color: rgb(21,186,194); }
div.DivClassName
{
background-color: #15BAC2;
}
.BgClassName
{
background-color: #15BAC2;
}
</style>
border-color css
<style>
span { border-color: #15BAC2; }
span { border-color: rgb(21,186,194); }
td.TdClassName
{
border-color: #15BAC2;
}
.TagClassName
{
border-color: #15BAC2;
}
</style>