Shades of Iris Blue #13BDDC
Tints of Iris Blue #13BDDC
RGB
CMYK
RGB Variations
Color information
#13BDDC (or 0x13BDDC) is known color: Iris Blue. HEX triplet: 13, BD and DC. RGB value is (19,189,220). Sum of RGB (Red+Green+Blue) = 19+189+220=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #13BDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDDC is #EC4223. Grayscale: #8D8D8D. Windows color (decimal): -15483428 or 14466323. OLE color: 14466323.
HSL color Cylindrical-coordinate representation of color #13BDDC: hue angle of 189.25º 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 #13BDDC is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 189 | 220 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.14 |
| HSL | 189.25º | 0.84% | 0.47% | - |
| HSV(B) | 189.25º | 0.91% | 0.86% | - |
| XYZ | 31.38 | 41.7 | 74.11 | - |
| YUV | 141.7 | 172.18 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 220 | 0.91 | 0.14 | 0 | 0.14 | 189.25 | 0.84 | 0.47 |
| Hex | 13 | BD | DC | 5B | E | 0 | E | BD | 54 | 2F |
| Octal | 23 | 275 | 334 | 133 | 16 | 0 | 16 | 275 | 124 | 57 |
| Binary | 10011 | 10111101 | 11011100 | 1011011 | 1110 | 0 | 1110 | 10111101 | 1010100 | 101111 |
Color Harmonies of #13BDDC
Complementary color
Monochromatic Colors of #13BDDC
Black with #13BDDC
Text Example
Text Example
White with #13BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BDDC; }
p { color: rgb(19,189,220); }
H1.HeaderClassName
{
color: #13BDDC;
}
.AnyTagClassName
{
color: #13BDDC;
}
</style>
background-color css
<style>
a { background-color: #13BDDC; }
a { background-color: rgb(19,189,220); }
div.DivClassName
{
background-color: #13BDDC;
}
.BgClassName
{
background-color: #13BDDC;
}
</style>
border-color css
<style>
span { border-color: #13BDDC; }
span { border-color: rgb(19,189,220); }
td.TdClassName
{
border-color: #13BDDC;
}
.TagClassName
{
border-color: #13BDDC;
}
</style>