Shades of Iris Blue #15AFBC
Tints of Iris Blue #15AFBC
RGB
CMYK
RGB Variations
Color information
#15AFBC (or 0x15AFBC) is known color: Iris Blue. HEX triplet: 15, AF and BC. RGB value is (21,175,188). Sum of RGB (Red+Green+Blue) = 21+175+188=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #15AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #15AFBC is #EA5043. Grayscale: #828282. Windows color (decimal): -15355972 or 12365589. OLE color: 12365589.
HSL color Cylindrical-coordinate representation of color #15AFBC: hue angle of 184.67º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15AFBC is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 175 | 188 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.26 |
| HSL | 184.67º | 0.8% | 0.41% | - |
| HSV(B) | 184.67º | 0.89% | 0.74% | - |
| XYZ | 24.72 | 34.45 | 52.92 | - |
| YUV | 130.44 | 160.48 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 175 | 188 | 0.89 | 0.07 | 0 | 0.26 | 184.67 | 0.8 | 0.41 |
| Hex | 15 | AF | BC | 59 | 7 | 0 | 1A | B9 | 50 | 29 |
| Octal | 25 | 257 | 274 | 131 | 7 | 0 | 32 | 271 | 120 | 51 |
| Binary | 10101 | 10101111 | 10111100 | 1011001 | 111 | 0 | 11010 | 10111001 | 1010000 | 101001 |
Color Harmonies of #15AFBC
Complementary color
Monochromatic Colors of #15AFBC
Black with #15AFBC
Text Example
Text Example
White with #15AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AFBC; }
p { color: rgb(21,175,188); }
H1.HeaderClassName
{
color: #15AFBC;
}
.AnyTagClassName
{
color: #15AFBC;
}
</style>
background-color css
<style>
a { background-color: #15AFBC; }
a { background-color: rgb(21,175,188); }
div.DivClassName
{
background-color: #15AFBC;
}
.BgClassName
{
background-color: #15AFBC;
}
</style>
border-color css
<style>
span { border-color: #15AFBC; }
span { border-color: rgb(21,175,188); }
td.TdClassName
{
border-color: #15AFBC;
}
.TagClassName
{
border-color: #15AFBC;
}
</style>