Shades of Iris Blue #13AFC3
Tints of Iris Blue #13AFC3
RGB
CMYK
RGB Variations
Color information
#13AFC3 (or 0x13AFC3) is known color: Iris Blue. HEX triplet: 13, AF and C3. RGB value is (19,175,195). Sum of RGB (Red+Green+Blue) = 19+175+195=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #13AFC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFC3 is #EC503C. Grayscale: #828282. Windows color (decimal): -15487037 or 12824339. OLE color: 12824339.
HSL color Cylindrical-coordinate representation of color #13AFC3: hue angle of 186.82º 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 #13AFC3 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 175 | 195 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.24 |
| HSL | 186.82º | 0.82% | 0.42% | - |
| HSV(B) | 186.82º | 0.9% | 0.76% | - |
| XYZ | 25.45 | 34.74 | 56.99 | - |
| YUV | 130.64 | 164.32 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 195 | 0.90 | 0.10 | 0 | 0.24 | 186.82 | 0.82 | 0.42 |
| Hex | 13 | AF | C3 | 5A | A | 0 | 18 | BB | 52 | 2A |
| Octal | 23 | 257 | 303 | 132 | 12 | 0 | 30 | 273 | 122 | 52 |
| Binary | 10011 | 10101111 | 11000011 | 1011010 | 1010 | 0 | 11000 | 10111011 | 1010010 | 101010 |
Color Harmonies of #13AFC3
Complementary color
Monochromatic Colors of #13AFC3
Black with #13AFC3
Text Example
Text Example
White with #13AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AFC3; }
p { color: rgb(19,175,195); }
H1.HeaderClassName
{
color: #13AFC3;
}
.AnyTagClassName
{
color: #13AFC3;
}
</style>
background-color css
<style>
a { background-color: #13AFC3; }
a { background-color: rgb(19,175,195); }
div.DivClassName
{
background-color: #13AFC3;
}
.BgClassName
{
background-color: #13AFC3;
}
</style>
border-color css
<style>
span { border-color: #13AFC3; }
span { border-color: rgb(19,175,195); }
td.TdClassName
{
border-color: #13AFC3;
}
.TagClassName
{
border-color: #13AFC3;
}
</style>