Shades of Iris Blue #13BBDA
Tints of Iris Blue #13BBDA
RGB
CMYK
RGB Variations
Color information
#13BBDA (or 0x13BBDA) is known color: Iris Blue. HEX triplet: 13, BB and DA. RGB value is (19,187,218). Sum of RGB (Red+Green+Blue) = 19+187+218=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #13BBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BBDA is #EC4425. Grayscale: #8C8C8C. Windows color (decimal): -15483942 or 14334739. OLE color: 14334739.
HSL color Cylindrical-coordinate representation of color #13BBDA: hue angle of 189.35º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BBDA is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 187 | 218 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.15 |
| HSL | 189.35º | 0.84% | 0.46% | - |
| HSV(B) | 189.35º | 0.91% | 0.85% | - |
| XYZ | 30.69 | 40.74 | 72.58 | - |
| YUV | 140.3 | 171.84 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 218 | 0.91 | 0.14 | 0 | 0.15 | 189.35 | 0.84 | 0.46 |
| Hex | 13 | BB | DA | 5B | E | 0 | F | BD | 54 | 2E |
| Octal | 23 | 273 | 332 | 133 | 16 | 0 | 17 | 275 | 124 | 56 |
| Binary | 10011 | 10111011 | 11011010 | 1011011 | 1110 | 0 | 1111 | 10111101 | 1010100 | 101110 |
Color Harmonies of #13BBDA
Complementary color
Monochromatic Colors of #13BBDA
Black with #13BBDA
Text Example
Text Example
White with #13BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BBDA; }
p { color: rgb(19,187,218); }
H1.HeaderClassName
{
color: #13BBDA;
}
.AnyTagClassName
{
color: #13BBDA;
}
</style>
background-color css
<style>
a { background-color: #13BBDA; }
a { background-color: rgb(19,187,218); }
div.DivClassName
{
background-color: #13BBDA;
}
.BgClassName
{
background-color: #13BBDA;
}
</style>
border-color css
<style>
span { border-color: #13BBDA; }
span { border-color: rgb(19,187,218); }
td.TdClassName
{
border-color: #13BBDA;
}
.TagClassName
{
border-color: #13BBDA;
}
</style>