Shades of Iris Blue #15BEC2
Tints of Iris Blue #15BEC2
RGB
CMYK
RGB Variations
Color information
#15BEC2 (or 0x15BEC2) is known color: Iris Blue. HEX triplet: 15, BE and C2. RGB value is (21,190,194). Sum of RGB (Red+Green+Blue) = 21+190+194=405 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.19% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #15BEC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15BEC2 is #EA413D. Grayscale: #8B8B8B. Windows color (decimal): -15352126 or 12762645. OLE color: 12762645.
HSL color Cylindrical-coordinate representation of color #15BEC2: hue angle of 181.39º 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 #15BEC2 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 190 | 194 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.24 |
| HSL | 181.39º | 0.8% | 0.42% | - |
| HSV(B) | 181.39º | 0.89% | 0.76% | - |
| XYZ | 28.46 | 40.88 | 57.43 | - |
| YUV | 139.93 | 158.51 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 190 | 194 | 0.89 | 0.02 | 0 | 0.24 | 181.39 | 0.8 | 0.42 |
| Hex | 15 | BE | C2 | 59 | 2 | 0 | 18 | B5 | 50 | 2A |
| Octal | 25 | 276 | 302 | 131 | 2 | 0 | 30 | 265 | 120 | 52 |
| Binary | 10101 | 10111110 | 11000010 | 1011001 | 10 | 0 | 11000 | 10110101 | 1010000 | 101010 |
Color Harmonies of #15BEC2
Complementary color
Monochromatic Colors of #15BEC2
Black with #15BEC2
Text Example
Text Example
White with #15BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BEC2; }
p { color: rgb(21,190,194); }
H1.HeaderClassName
{
color: #15BEC2;
}
.AnyTagClassName
{
color: #15BEC2;
}
</style>
background-color css
<style>
a { background-color: #15BEC2; }
a { background-color: rgb(21,190,194); }
div.DivClassName
{
background-color: #15BEC2;
}
.BgClassName
{
background-color: #15BEC2;
}
</style>
border-color css
<style>
span { border-color: #15BEC2; }
span { border-color: rgb(21,190,194); }
td.TdClassName
{
border-color: #15BEC2;
}
.TagClassName
{
border-color: #15BEC2;
}
</style>