Shades of Iris Blue #13AFC2
Tints of Iris Blue #13AFC2
RGB
CMYK
RGB Variations
Color information
#13AFC2 (or 0x13AFC2) is known color: Iris Blue. HEX triplet: 13, AF and C2. RGB value is (19,175,194). Sum of RGB (Red+Green+Blue) = 19+175+194=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #13AFC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFC2 is #EC503D. Grayscale: #828282. Windows color (decimal): -15487038 or 12758803. OLE color: 12758803.
HSL color Cylindrical-coordinate representation of color #13AFC2: hue angle of 186.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13AFC2 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 175 | 194 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.24 |
| HSL | 186.51º | 0.82% | 0.42% | - |
| HSV(B) | 186.51º | 0.9% | 0.76% | - |
| XYZ | 25.34 | 34.69 | 56.4 | - |
| YUV | 130.52 | 163.82 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 194 | 0.90 | 0.10 | 0 | 0.24 | 186.51 | 0.82 | 0.42 |
| Hex | 13 | AF | C2 | 5A | A | 0 | 18 | BB | 52 | 2A |
| Octal | 23 | 257 | 302 | 132 | 12 | 0 | 30 | 273 | 122 | 52 |
| Binary | 10011 | 10101111 | 11000010 | 1011010 | 1010 | 0 | 11000 | 10111011 | 1010010 | 101010 |
Color Harmonies of #13AFC2
Complementary color
Monochromatic Colors of #13AFC2
Black with #13AFC2
Text Example
Text Example
White with #13AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AFC2; }
p { color: rgb(19,175,194); }
H1.HeaderClassName
{
color: #13AFC2;
}
.AnyTagClassName
{
color: #13AFC2;
}
</style>
background-color css
<style>
a { background-color: #13AFC2; }
a { background-color: rgb(19,175,194); }
div.DivClassName
{
background-color: #13AFC2;
}
.BgClassName
{
background-color: #13AFC2;
}
</style>
border-color css
<style>
span { border-color: #13AFC2; }
span { border-color: rgb(19,175,194); }
td.TdClassName
{
border-color: #13AFC2;
}
.TagClassName
{
border-color: #13AFC2;
}
</style>