Shades of Iris Blue #13AFCD
Tints of Iris Blue #13AFCD
RGB
CMYK
RGB Variations
Color information
#13AFCD (or 0x13AFCD) is known color: Iris Blue. HEX triplet: 13, AF and CD. RGB value is (19,175,205). Sum of RGB (Red+Green+Blue) = 19+175+205=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #13AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFCD is #EC5032. Grayscale: #838383. Windows color (decimal): -15487027 or 13479699. OLE color: 13479699.
HSL color Cylindrical-coordinate representation of color #13AFCD: hue angle of 189.68º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13AFCD is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 175 | 205 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.20 |
| HSL | 189.68º | 0.83% | 0.44% | - |
| HSV(B) | 189.68º | 0.91% | 0.8% | - |
| XYZ | 26.62 | 35.21 | 63.15 | - |
| YUV | 131.78 | 169.32 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 205 | 0.91 | 0.15 | 0 | 0.20 | 189.68 | 0.83 | 0.44 |
| Hex | 13 | AF | CD | 5B | F | 0 | 14 | BE | 53 | 2C |
| Octal | 23 | 257 | 315 | 133 | 17 | 0 | 24 | 276 | 123 | 54 |
| Binary | 10011 | 10101111 | 11001101 | 1011011 | 1111 | 0 | 10100 | 10111110 | 1010011 | 101100 |
Color Harmonies of #13AFCD
Complementary color
Monochromatic Colors of #13AFCD
Black with #13AFCD
Text Example
Text Example
White with #13AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AFCD; }
p { color: rgb(19,175,205); }
H1.HeaderClassName
{
color: #13AFCD;
}
.AnyTagClassName
{
color: #13AFCD;
}
</style>
background-color css
<style>
a { background-color: #13AFCD; }
a { background-color: rgb(19,175,205); }
div.DivClassName
{
background-color: #13AFCD;
}
.BgClassName
{
background-color: #13AFCD;
}
</style>
border-color css
<style>
span { border-color: #13AFCD; }
span { border-color: rgb(19,175,205); }
td.TdClassName
{
border-color: #13AFCD;
}
.TagClassName
{
border-color: #13AFCD;
}
</style>