Shades of Iris Blue #13AFDF
Tints of Iris Blue #13AFDF
RGB
CMYK
RGB Variations
Color information
#13AFDF (or 0x13AFDF) is known color: Iris Blue. HEX triplet: 13, AF and DF. RGB value is (19,175,223). Sum of RGB (Red+Green+Blue) = 19+175+223=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #13AFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AFDF is #EC5020. Grayscale: #858585. Windows color (decimal): -15487009 or 14659347. OLE color: 14659347.
HSL color Cylindrical-coordinate representation of color #13AFDF: hue angle of 194.12º 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 #13AFDF is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 175 | 223 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.13 |
| HSL | 194.12º | 0.84% | 0.47% | - |
| HSV(B) | 194.12º | 0.91% | 0.87% | - |
| XYZ | 28.92 | 36.13 | 75.26 | - |
| YUV | 133.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 223 | 0.91 | 0.22 | 0 | 0.13 | 194.12 | 0.84 | 0.47 |
| Hex | 13 | AF | DF | 5B | 16 | 0 | D | C2 | 54 | 2F |
| Octal | 23 | 257 | 337 | 133 | 26 | 0 | 15 | 302 | 124 | 57 |
| Binary | 10011 | 10101111 | 11011111 | 1011011 | 10110 | 0 | 1101 | 11000010 | 1010100 | 101111 |
Color Harmonies of #13AFDF
Complementary color
Monochromatic Colors of #13AFDF
Black with #13AFDF
Text Example
Text Example
White with #13AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AFDF; }
p { color: rgb(19,175,223); }
H1.HeaderClassName
{
color: #13AFDF;
}
.AnyTagClassName
{
color: #13AFDF;
}
</style>
background-color css
<style>
a { background-color: #13AFDF; }
a { background-color: rgb(19,175,223); }
div.DivClassName
{
background-color: #13AFDF;
}
.BgClassName
{
background-color: #13AFDF;
}
</style>
border-color css
<style>
span { border-color: #13AFDF; }
span { border-color: rgb(19,175,223); }
td.TdClassName
{
border-color: #13AFDF;
}
.TagClassName
{
border-color: #13AFDF;
}
</style>