Shades of Iris Blue #13AFBB
Tints of Iris Blue #13AFBB
RGB
CMYK
RGB Variations
Color information
#13AFBB (or 0x13AFBB) is known color: Iris Blue. HEX triplet: 13, AF and BB. RGB value is (19,175,187). Sum of RGB (Red+Green+Blue) = 19+175+187=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #13AFBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFBB is #EC5044. Grayscale: #818181. Windows color (decimal): -15487045 or 12300051. OLE color: 12300051.
HSL color Cylindrical-coordinate representation of color #13AFBB: hue angle of 184.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13AFBB is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 175 | 187 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.27 |
| HSL | 184.29º | 0.82% | 0.4% | - |
| HSV(B) | 184.29º | 0.9% | 0.73% | - |
| XYZ | 24.57 | 34.39 | 52.36 | - |
| YUV | 129.72 | 160.32 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 187 | 0.90 | 0.06 | 0 | 0.27 | 184.29 | 0.82 | 0.4 |
| Hex | 13 | AF | BB | 5A | 6 | 0 | 1B | B8 | 52 | 28 |
| Octal | 23 | 257 | 273 | 132 | 6 | 0 | 33 | 270 | 122 | 50 |
| Binary | 10011 | 10101111 | 10111011 | 1011010 | 110 | 0 | 11011 | 10111000 | 1010010 | 101000 |
Color Harmonies of #13AFBB
Complementary color
Monochromatic Colors of #13AFBB
Black with #13AFBB
Text Example
Text Example
White with #13AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AFBB; }
p { color: rgb(19,175,187); }
H1.HeaderClassName
{
color: #13AFBB;
}
.AnyTagClassName
{
color: #13AFBB;
}
</style>
background-color css
<style>
a { background-color: #13AFBB; }
a { background-color: rgb(19,175,187); }
div.DivClassName
{
background-color: #13AFBB;
}
.BgClassName
{
background-color: #13AFBB;
}
</style>
border-color css
<style>
span { border-color: #13AFBB; }
span { border-color: rgb(19,175,187); }
td.TdClassName
{
border-color: #13AFBB;
}
.TagClassName
{
border-color: #13AFBB;
}
</style>