Shades of Iris Blue #15B2CA
Tints of Iris Blue #15B2CA
RGB
CMYK
RGB Variations
Color information
#15B2CA (or 0x15B2CA) is known color: Iris Blue. HEX triplet: 15, B2 and CA. RGB value is (21,178,202). Sum of RGB (Red+Green+Blue) = 21+178+202=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #15B2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15B2CA is #EA4D35. Grayscale: #858585. Windows color (decimal): -15355190 or 13283861. OLE color: 13283861.
HSL color Cylindrical-coordinate representation of color #15B2CA: hue angle of 187.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15B2CA is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 178 | 202 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.21 |
| HSL | 187.96º | 0.81% | 0.44% | - |
| HSV(B) | 187.96º | 0.9% | 0.79% | - |
| XYZ | 26.89 | 36.26 | 61.46 | - |
| YUV | 133.79 | 166.49 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 178 | 202 | 0.90 | 0.12 | 0 | 0.21 | 187.96 | 0.81 | 0.44 |
| Hex | 15 | B2 | CA | 5A | C | 0 | 15 | BC | 51 | 2C |
| Octal | 25 | 262 | 312 | 132 | 14 | 0 | 25 | 274 | 121 | 54 |
| Binary | 10101 | 10110010 | 11001010 | 1011010 | 1100 | 0 | 10101 | 10111100 | 1010001 | 101100 |
Color Harmonies of #15B2CA
Complementary color
Monochromatic Colors of #15B2CA
Black with #15B2CA
Text Example
Text Example
White with #15B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B2CA; }
p { color: rgb(21,178,202); }
H1.HeaderClassName
{
color: #15B2CA;
}
.AnyTagClassName
{
color: #15B2CA;
}
</style>
background-color css
<style>
a { background-color: #15B2CA; }
a { background-color: rgb(21,178,202); }
div.DivClassName
{
background-color: #15B2CA;
}
.BgClassName
{
background-color: #15B2CA;
}
</style>
border-color css
<style>
span { border-color: #15B2CA; }
span { border-color: rgb(21,178,202); }
td.TdClassName
{
border-color: #15B2CA;
}
.TagClassName
{
border-color: #15B2CA;
}
</style>