Shades of Iris Blue #13AFDC
Tints of Iris Blue #13AFDC
RGB
CMYK
RGB Variations
Color information
#13AFDC (or 0x13AFDC) is known color: Iris Blue. HEX triplet: 13, AF and DC. RGB value is (19,175,220). Sum of RGB (Red+Green+Blue) = 19+175+220=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #13AFDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFDC is #EC5023. Grayscale: #858585. Windows color (decimal): -15487012 or 14462739. OLE color: 14462739.
HSL color Cylindrical-coordinate representation of color #13AFDC: hue angle of 193.43º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13AFDC is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 175 | 220 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.14 |
| HSL | 193.43º | 0.84% | 0.47% | - |
| HSV(B) | 193.43º | 0.91% | 0.86% | - |
| XYZ | 28.52 | 35.97 | 73.15 | - |
| YUV | 133.49 | 176.82 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 220 | 0.91 | 0.20 | 0 | 0.14 | 193.43 | 0.84 | 0.47 |
| Hex | 13 | AF | DC | 5B | 14 | 0 | E | C1 | 54 | 2F |
| Octal | 23 | 257 | 334 | 133 | 24 | 0 | 16 | 301 | 124 | 57 |
| Binary | 10011 | 10101111 | 11011100 | 1011011 | 10100 | 0 | 1110 | 11000001 | 1010100 | 101111 |
Color Harmonies of #13AFDC
Complementary color
Monochromatic Colors of #13AFDC
Black with #13AFDC
Text Example
Text Example
White with #13AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AFDC; }
p { color: rgb(19,175,220); }
H1.HeaderClassName
{
color: #13AFDC;
}
.AnyTagClassName
{
color: #13AFDC;
}
</style>
background-color css
<style>
a { background-color: #13AFDC; }
a { background-color: rgb(19,175,220); }
div.DivClassName
{
background-color: #13AFDC;
}
.BgClassName
{
background-color: #13AFDC;
}
</style>
border-color css
<style>
span { border-color: #13AFDC; }
span { border-color: rgb(19,175,220); }
td.TdClassName
{
border-color: #13AFDC;
}
.TagClassName
{
border-color: #13AFDC;
}
</style>