Shades of Iris Blue #15AACB
Tints of Iris Blue #15AACB
RGB
CMYK
RGB Variations
Color information
#15AACB (or 0x15AACB) is known color: Iris Blue. HEX triplet: 15, AA and CB. RGB value is (21,170,203). Sum of RGB (Red+Green+Blue) = 21+170+203=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #15AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AACB is #EA5534. Grayscale: #808080. Windows color (decimal): -15357237 or 13347349. OLE color: 13347349.
HSL color Cylindrical-coordinate representation of color #15AACB: hue angle of 190.88º 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 #15AACB is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 170 | 203 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.20 |
| HSL | 190.88º | 0.81% | 0.44% | - |
| HSV(B) | 190.88º | 0.9% | 0.8% | - |
| XYZ | 25.46 | 33.22 | 61.57 | - |
| YUV | 129.21 | 169.64 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 203 | 0.90 | 0.16 | 0 | 0.20 | 190.88 | 0.81 | 0.44 |
| Hex | 15 | AA | CB | 5A | 10 | 0 | 14 | BF | 51 | 2C |
| Octal | 25 | 252 | 313 | 132 | 20 | 0 | 24 | 277 | 121 | 54 |
| Binary | 10101 | 10101010 | 11001011 | 1011010 | 10000 | 0 | 10100 | 10111111 | 1010001 | 101100 |
Color Harmonies of #15AACB
Complementary color
Monochromatic Colors of #15AACB
Black with #15AACB
Text Example
Text Example
White with #15AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AACB; }
p { color: rgb(21,170,203); }
H1.HeaderClassName
{
color: #15AACB;
}
.AnyTagClassName
{
color: #15AACB;
}
</style>
background-color css
<style>
a { background-color: #15AACB; }
a { background-color: rgb(21,170,203); }
div.DivClassName
{
background-color: #15AACB;
}
.BgClassName
{
background-color: #15AACB;
}
</style>
border-color css
<style>
span { border-color: #15AACB; }
span { border-color: rgb(21,170,203); }
td.TdClassName
{
border-color: #15AACB;
}
.TagClassName
{
border-color: #15AACB;
}
</style>