Shades of Iris Blue #13ADCE
Tints of Iris Blue #13ADCE
RGB
CMYK
RGB Variations
Color information
#13ADCE (or 0x13ADCE) is known color: Iris Blue. HEX triplet: 13, AD and CE. RGB value is (19,173,206). Sum of RGB (Red+Green+Blue) = 19+173+206=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #13ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13ADCE is #EC5231. Grayscale: #828282. Windows color (decimal): -15487538 or 13544723. OLE color: 13544723.
HSL color Cylindrical-coordinate representation of color #13ADCE: hue angle of 190.59º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13ADCE is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 173 | 206 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.19 |
| HSL | 190.59º | 0.83% | 0.44% | - |
| HSV(B) | 190.59º | 0.91% | 0.81% | - |
| XYZ | 26.35 | 34.48 | 63.66 | - |
| YUV | 130.72 | 170.48 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 206 | 0.91 | 0.16 | 0 | 0.19 | 190.59 | 0.83 | 0.44 |
| Hex | 13 | AD | CE | 5B | 10 | 0 | 13 | BF | 53 | 2C |
| Octal | 23 | 255 | 316 | 133 | 20 | 0 | 23 | 277 | 123 | 54 |
| Binary | 10011 | 10101101 | 11001110 | 1011011 | 10000 | 0 | 10011 | 10111111 | 1010011 | 101100 |
Color Harmonies of #13ADCE
Complementary color
Monochromatic Colors of #13ADCE
Black with #13ADCE
Text Example
Text Example
White with #13ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ADCE; }
p { color: rgb(19,173,206); }
H1.HeaderClassName
{
color: #13ADCE;
}
.AnyTagClassName
{
color: #13ADCE;
}
</style>
background-color css
<style>
a { background-color: #13ADCE; }
a { background-color: rgb(19,173,206); }
div.DivClassName
{
background-color: #13ADCE;
}
.BgClassName
{
background-color: #13ADCE;
}
</style>
border-color css
<style>
span { border-color: #13ADCE; }
span { border-color: rgb(19,173,206); }
td.TdClassName
{
border-color: #13ADCE;
}
.TagClassName
{
border-color: #13ADCE;
}
</style>