Shades of Iris Blue #13ADDF
Tints of Iris Blue #13ADDF
RGB
CMYK
RGB Variations
Color information
#13ADDF (or 0x13ADDF) is known color: Iris Blue. HEX triplet: 13, AD and DF. RGB value is (19,173,223). Sum of RGB (Red+Green+Blue) = 19+173+223=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #13ADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADDF is #EC5220. Grayscale: #848484. Windows color (decimal): -15487521 or 14658835. OLE color: 14658835.
HSL color Cylindrical-coordinate representation of color #13ADDF: hue angle of 194.71º 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 #13ADDF is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 173 | 223 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.13 |
| HSL | 194.71º | 0.84% | 0.47% | - |
| HSV(B) | 194.71º | 0.91% | 0.87% | - |
| XYZ | 28.53 | 35.35 | 75.13 | - |
| YUV | 132.65 | 178.98 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 223 | 0.91 | 0.22 | 0 | 0.13 | 194.71 | 0.84 | 0.47 |
| Hex | 13 | AD | DF | 5B | 16 | 0 | D | C3 | 54 | 2F |
| Octal | 23 | 255 | 337 | 133 | 26 | 0 | 15 | 303 | 124 | 57 |
| Binary | 10011 | 10101101 | 11011111 | 1011011 | 10110 | 0 | 1101 | 11000011 | 1010100 | 101111 |
Color Harmonies of #13ADDF
Complementary color
Monochromatic Colors of #13ADDF
Black with #13ADDF
Text Example
Text Example
White with #13ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADDF; }
p { color: rgb(19,173,223); }
H1.HeaderClassName
{
color: #13ADDF;
}
.AnyTagClassName
{
color: #13ADDF;
}
</style>
background-color css
<style>
a { background-color: #13ADDF; }
a { background-color: rgb(19,173,223); }
div.DivClassName
{
background-color: #13ADDF;
}
.BgClassName
{
background-color: #13ADDF;
}
</style>
border-color css
<style>
span { border-color: #13ADDF; }
span { border-color: rgb(19,173,223); }
td.TdClassName
{
border-color: #13ADDF;
}
.TagClassName
{
border-color: #13ADDF;
}
</style>