Shades of Iris Blue #13BEDC
Tints of Iris Blue #13BEDC
RGB
CMYK
RGB Variations
Color information
#13BEDC (or 0x13BEDC) is known color: Iris Blue. HEX triplet: 13, BE and DC. RGB value is (19,190,220). Sum of RGB (Red+Green+Blue) = 19+190+220=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #13BEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BEDC is #EC4123. Grayscale: #8E8E8E. Windows color (decimal): -15483172 or 14466579. OLE color: 14466579.
HSL color Cylindrical-coordinate representation of color #13BEDC: hue angle of 188.96º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BEDC is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 190 | 220 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.14 |
| HSL | 188.96º | 0.84% | 0.47% | - |
| HSV(B) | 188.96º | 0.91% | 0.86% | - |
| XYZ | 31.6 | 42.13 | 74.18 | - |
| YUV | 142.29 | 171.85 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 220 | 0.91 | 0.14 | 0 | 0.14 | 188.96 | 0.84 | 0.47 |
| Hex | 13 | BE | DC | 5B | E | 0 | E | BD | 54 | 2F |
| Octal | 23 | 276 | 334 | 133 | 16 | 0 | 16 | 275 | 124 | 57 |
| Binary | 10011 | 10111110 | 11011100 | 1011011 | 1110 | 0 | 1110 | 10111101 | 1010100 | 101111 |
Color Harmonies of #13BEDC
Complementary color
Monochromatic Colors of #13BEDC
Black with #13BEDC
Text Example
Text Example
White with #13BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BEDC; }
p { color: rgb(19,190,220); }
H1.HeaderClassName
{
color: #13BEDC;
}
.AnyTagClassName
{
color: #13BEDC;
}
</style>
background-color css
<style>
a { background-color: #13BEDC; }
a { background-color: rgb(19,190,220); }
div.DivClassName
{
background-color: #13BEDC;
}
.BgClassName
{
background-color: #13BEDC;
}
</style>
border-color css
<style>
span { border-color: #13BEDC; }
span { border-color: rgb(19,190,220); }
td.TdClassName
{
border-color: #13BEDC;
}
.TagClassName
{
border-color: #13BEDC;
}
</style>