Shades of Iris Blue #13BEDD
Tints of Iris Blue #13BEDD
RGB
CMYK
RGB Variations
Color information
#13BEDD (or 0x13BEDD) is known color: Iris Blue. HEX triplet: 13, BE and DD. RGB value is (19,190,221). Sum of RGB (Red+Green+Blue) = 19+190+221=430 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.42% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #13BEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BEDD is #EC4122. Grayscale: #8E8E8E. Windows color (decimal): -15483171 or 14532115. OLE color: 14532115.
HSL color Cylindrical-coordinate representation of color #13BEDD: hue angle of 189.21º 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 #13BEDD is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 190 | 221 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.13 |
| HSL | 189.21º | 0.84% | 0.47% | - |
| HSV(B) | 189.21º | 0.91% | 0.87% | - |
| XYZ | 31.73 | 42.19 | 74.88 | - |
| YUV | 142.41 | 172.35 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 221 | 0.91 | 0.14 | 0 | 0.13 | 189.21 | 0.84 | 0.47 |
| Hex | 13 | BE | DD | 5B | E | 0 | D | BD | 54 | 2F |
| Octal | 23 | 276 | 335 | 133 | 16 | 0 | 15 | 275 | 124 | 57 |
| Binary | 10011 | 10111110 | 11011101 | 1011011 | 1110 | 0 | 1101 | 10111101 | 1010100 | 101111 |
Color Harmonies of #13BEDD
Complementary color
Monochromatic Colors of #13BEDD
Black with #13BEDD
Text Example
Text Example
White with #13BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BEDD; }
p { color: rgb(19,190,221); }
H1.HeaderClassName
{
color: #13BEDD;
}
.AnyTagClassName
{
color: #13BEDD;
}
</style>
background-color css
<style>
a { background-color: #13BEDD; }
a { background-color: rgb(19,190,221); }
div.DivClassName
{
background-color: #13BEDD;
}
.BgClassName
{
background-color: #13BEDD;
}
</style>
border-color css
<style>
span { border-color: #13BEDD; }
span { border-color: rgb(19,190,221); }
td.TdClassName
{
border-color: #13BEDD;
}
.TagClassName
{
border-color: #13BEDD;
}
</style>