Shades of Iris Blue #13AFBC
Tints of Iris Blue #13AFBC
RGB
CMYK
RGB Variations
Color information
#13AFBC (or 0x13AFBC) is known color: Iris Blue. HEX triplet: 13, AF and BC. RGB value is (19,175,188). Sum of RGB (Red+Green+Blue) = 19+175+188=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #13AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFBC is #EC5043. Grayscale: #818181. Windows color (decimal): -15487044 or 12365587. OLE color: 12365587.
HSL color Cylindrical-coordinate representation of color #13AFBC: hue angle of 184.62º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13AFBC is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 175 | 188 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.26 |
| HSL | 184.62º | 0.82% | 0.41% | - |
| HSV(B) | 184.62º | 0.9% | 0.74% | - |
| XYZ | 24.68 | 34.43 | 52.92 | - |
| YUV | 129.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 188 | 0.90 | 0.07 | 0 | 0.26 | 184.62 | 0.82 | 0.41 |
| Hex | 13 | AF | BC | 5A | 7 | 0 | 1A | B9 | 52 | 29 |
| Octal | 23 | 257 | 274 | 132 | 7 | 0 | 32 | 271 | 122 | 51 |
| Binary | 10011 | 10101111 | 10111100 | 1011010 | 111 | 0 | 11010 | 10111001 | 1010010 | 101001 |
Color Harmonies of #13AFBC
Complementary color
Monochromatic Colors of #13AFBC
Black with #13AFBC
Text Example
Text Example
White with #13AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AFBC; }
p { color: rgb(19,175,188); }
H1.HeaderClassName
{
color: #13AFBC;
}
.AnyTagClassName
{
color: #13AFBC;
}
</style>
background-color css
<style>
a { background-color: #13AFBC; }
a { background-color: rgb(19,175,188); }
div.DivClassName
{
background-color: #13AFBC;
}
.BgClassName
{
background-color: #13AFBC;
}
</style>
border-color css
<style>
span { border-color: #13AFBC; }
span { border-color: rgb(19,175,188); }
td.TdClassName
{
border-color: #13AFBC;
}
.TagClassName
{
border-color: #13AFBC;
}
</style>