Shades of Iris Blue #15ABD2
Tints of Iris Blue #15ABD2
RGB
CMYK
RGB Variations
Color information
#15ABD2 (or 0x15ABD2) is known color: Iris Blue. HEX triplet: 15, AB and D2. RGB value is (21,171,210). Sum of RGB (Red+Green+Blue) = 21+171+210=402 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.22% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #15ABD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15ABD2 is #EA542D. Grayscale: #828282. Windows color (decimal): -15356974 or 13806357. OLE color: 13806357.
HSL color Cylindrical-coordinate representation of color #15ABD2: hue angle of 192.38º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15ABD2 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 171 | 210 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.18 |
| HSL | 192.38º | 0.82% | 0.45% | - |
| HSV(B) | 192.38º | 0.9% | 0.82% | - |
| XYZ | 26.51 | 33.94 | 66.13 | - |
| YUV | 130.6 | 172.81 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 210 | 0.90 | 0.19 | 0 | 0.18 | 192.38 | 0.82 | 0.45 |
| Hex | 15 | AB | D2 | 5A | 13 | 0 | 12 | C0 | 52 | 2D |
| Octal | 25 | 253 | 322 | 132 | 23 | 0 | 22 | 300 | 122 | 55 |
| Binary | 10101 | 10101011 | 11010010 | 1011010 | 10011 | 0 | 10010 | 11000000 | 1010010 | 101101 |
Color Harmonies of #15ABD2
Complementary color
Monochromatic Colors of #15ABD2
Black with #15ABD2
Text Example
Text Example
White with #15ABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ABD2; }
p { color: rgb(21,171,210); }
H1.HeaderClassName
{
color: #15ABD2;
}
.AnyTagClassName
{
color: #15ABD2;
}
</style>
background-color css
<style>
a { background-color: #15ABD2; }
a { background-color: rgb(21,171,210); }
div.DivClassName
{
background-color: #15ABD2;
}
.BgClassName
{
background-color: #15ABD2;
}
</style>
border-color css
<style>
span { border-color: #15ABD2; }
span { border-color: rgb(21,171,210); }
td.TdClassName
{
border-color: #15ABD2;
}
.TagClassName
{
border-color: #15ABD2;
}
</style>