Shades of Iris Blue #13ADD0
Tints of Iris Blue #13ADD0
RGB
CMYK
RGB Variations
Color information
#13ADD0 (or 0x13ADD0) is known color: Iris Blue. HEX triplet: 13, AD and D0. RGB value is (19,173,208). Sum of RGB (Red+Green+Blue) = 19+173+208=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #13ADD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADD0 is #EC522F. Grayscale: #828282. Windows color (decimal): -15487536 or 13675795. OLE color: 13675795.
HSL color Cylindrical-coordinate representation of color #13ADD0: hue angle of 191.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ADD0 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 173 | 208 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.18 |
| HSL | 191.11º | 0.83% | 0.45% | - |
| HSV(B) | 191.11º | 0.91% | 0.82% | - |
| XYZ | 26.6 | 34.58 | 64.95 | - |
| YUV | 130.94 | 171.48 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 208 | 0.91 | 0.17 | 0 | 0.18 | 191.11 | 0.83 | 0.45 |
| Hex | 13 | AD | D0 | 5B | 11 | 0 | 12 | BF | 53 | 2D |
| Octal | 23 | 255 | 320 | 133 | 21 | 0 | 22 | 277 | 123 | 55 |
| Binary | 10011 | 10101101 | 11010000 | 1011011 | 10001 | 0 | 10010 | 10111111 | 1010011 | 101101 |
Color Harmonies of #13ADD0
Complementary color
Monochromatic Colors of #13ADD0
Black with #13ADD0
Text Example
Text Example
White with #13ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADD0; }
p { color: rgb(19,173,208); }
H1.HeaderClassName
{
color: #13ADD0;
}
.AnyTagClassName
{
color: #13ADD0;
}
</style>
background-color css
<style>
a { background-color: #13ADD0; }
a { background-color: rgb(19,173,208); }
div.DivClassName
{
background-color: #13ADD0;
}
.BgClassName
{
background-color: #13ADD0;
}
</style>
border-color css
<style>
span { border-color: #13ADD0; }
span { border-color: rgb(19,173,208); }
td.TdClassName
{
border-color: #13ADD0;
}
.TagClassName
{
border-color: #13ADD0;
}
</style>