Shades of Iris Blue #16BAD8
Tints of Iris Blue #16BAD8
RGB
CMYK
RGB Variations
Color information
#16BAD8 (or 0x16BAD8) is known color: Iris Blue. HEX triplet: 16, BA and D8. RGB value is (22,186,216). Sum of RGB (Red+Green+Blue) = 22+186+216=424 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.19% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #16BAD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BAD8 is #E94527. Grayscale: #8C8C8C. Windows color (decimal): -15287592 or 14203414. OLE color: 14203414.
HSL color Cylindrical-coordinate representation of color #16BAD8: hue angle of 189.28º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16BAD8 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 186 | 216 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.15 |
| HSL | 189.28º | 0.82% | 0.47% | - |
| HSV(B) | 189.28º | 0.9% | 0.85% | - |
| XYZ | 30.28 | 40.25 | 71.14 | - |
| YUV | 140.38 | 170.67 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 216 | 0.90 | 0.14 | 0 | 0.15 | 189.28 | 0.82 | 0.47 |
| Hex | 16 | BA | D8 | 5A | E | 0 | F | BD | 52 | 2F |
| Octal | 26 | 272 | 330 | 132 | 16 | 0 | 17 | 275 | 122 | 57 |
| Binary | 10110 | 10111010 | 11011000 | 1011010 | 1110 | 0 | 1111 | 10111101 | 1010010 | 101111 |
Color Harmonies of #16BAD8
Complementary color
Monochromatic Colors of #16BAD8
Black with #16BAD8
Text Example
Text Example
White with #16BAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BAD8; }
p { color: rgb(22,186,216); }
H1.HeaderClassName
{
color: #16BAD8;
}
.AnyTagClassName
{
color: #16BAD8;
}
</style>
background-color css
<style>
a { background-color: #16BAD8; }
a { background-color: rgb(22,186,216); }
div.DivClassName
{
background-color: #16BAD8;
}
.BgClassName
{
background-color: #16BAD8;
}
</style>
border-color css
<style>
span { border-color: #16BAD8; }
span { border-color: rgb(22,186,216); }
td.TdClassName
{
border-color: #16BAD8;
}
.TagClassName
{
border-color: #16BAD8;
}
</style>