Shades of Iris Blue #16BDDB
Tints of Iris Blue #16BDDB
RGB
CMYK
RGB Variations
Color information
#16BDDB (or 0x16BDDB) is known color: Iris Blue. HEX triplet: 16, BD and DB. RGB value is (22,189,219). Sum of RGB (Red+Green+Blue) = 22+189+219=430 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.12% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #16BDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDDB is #E94224. Grayscale: #8E8E8E. Windows color (decimal): -15286821 or 14400790. OLE color: 14400790.
HSL color Cylindrical-coordinate representation of color #16BDDB: hue angle of 189.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16BDDB is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 189 | 219 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.14 |
| HSL | 189.14º | 0.82% | 0.47% | - |
| HSV(B) | 189.14º | 0.9% | 0.86% | - |
| XYZ | 31.31 | 41.68 | 73.41 | - |
| YUV | 142.49 | 171.17 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 219 | 0.90 | 0.14 | 0 | 0.14 | 189.14 | 0.82 | 0.47 |
| Hex | 16 | BD | DB | 5A | E | 0 | E | BD | 52 | 2F |
| Octal | 26 | 275 | 333 | 132 | 16 | 0 | 16 | 275 | 122 | 57 |
| Binary | 10110 | 10111101 | 11011011 | 1011010 | 1110 | 0 | 1110 | 10111101 | 1010010 | 101111 |
Color Harmonies of #16BDDB
Complementary color
Monochromatic Colors of #16BDDB
Black with #16BDDB
Text Example
Text Example
White with #16BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDDB; }
p { color: rgb(22,189,219); }
H1.HeaderClassName
{
color: #16BDDB;
}
.AnyTagClassName
{
color: #16BDDB;
}
</style>
background-color css
<style>
a { background-color: #16BDDB; }
a { background-color: rgb(22,189,219); }
div.DivClassName
{
background-color: #16BDDB;
}
.BgClassName
{
background-color: #16BDDB;
}
</style>
border-color css
<style>
span { border-color: #16BDDB; }
span { border-color: rgb(22,189,219); }
td.TdClassName
{
border-color: #16BDDB;
}
.TagClassName
{
border-color: #16BDDB;
}
</style>