Shades of Iris Blue #13AFDD
Tints of Iris Blue #13AFDD
RGB
CMYK
RGB Variations
Color information
#13AFDD (or 0x13AFDD) is known color: Iris Blue. HEX triplet: 13, AF and DD. RGB value is (19,175,221). Sum of RGB (Red+Green+Blue) = 19+175+221=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #13AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFDD is #EC5022. Grayscale: #858585. Windows color (decimal): -15487011 or 14528275. OLE color: 14528275.
HSL color Cylindrical-coordinate representation of color #13AFDD: hue angle of 193.66º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13AFDD is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 175 | 221 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.13 |
| HSL | 193.66º | 0.84% | 0.47% | - |
| HSV(B) | 193.66º | 0.91% | 0.87% | - |
| XYZ | 28.65 | 36.02 | 73.85 | - |
| YUV | 133.6 | 177.32 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 221 | 0.91 | 0.21 | 0 | 0.13 | 193.66 | 0.84 | 0.47 |
| Hex | 13 | AF | DD | 5B | 15 | 0 | D | C2 | 54 | 2F |
| Octal | 23 | 257 | 335 | 133 | 25 | 0 | 15 | 302 | 124 | 57 |
| Binary | 10011 | 10101111 | 11011101 | 1011011 | 10101 | 0 | 1101 | 11000010 | 1010100 | 101111 |
Color Harmonies of #13AFDD
Complementary color
Monochromatic Colors of #13AFDD
Black with #13AFDD
Text Example
Text Example
White with #13AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AFDD; }
p { color: rgb(19,175,221); }
H1.HeaderClassName
{
color: #13AFDD;
}
.AnyTagClassName
{
color: #13AFDD;
}
</style>
background-color css
<style>
a { background-color: #13AFDD; }
a { background-color: rgb(19,175,221); }
div.DivClassName
{
background-color: #13AFDD;
}
.BgClassName
{
background-color: #13AFDD;
}
</style>
border-color css
<style>
span { border-color: #13AFDD; }
span { border-color: rgb(19,175,221); }
td.TdClassName
{
border-color: #13AFDD;
}
.TagClassName
{
border-color: #13AFDD;
}
</style>