Shades of Iris Blue #16BDDC
Tints of Iris Blue #16BDDC
RGB
CMYK
RGB Variations
Color information
#16BDDC (or 0x16BDDC) is known color: Iris Blue. HEX triplet: 16, BD and DC. RGB value is (22,189,220). Sum of RGB (Red+Green+Blue) = 22+189+220=431 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.10% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #16BDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BDDC is #E94223. Grayscale: #8E8E8E. Windows color (decimal): -15286820 or 14466326. OLE color: 14466326.
HSL color Cylindrical-coordinate representation of color #16BDDC: hue angle of 189.39º 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 #16BDDC is Cyan = 0.9, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 189 | 220 | - |
| CMYK | 0.9 | 0.14 | 0 | 0.14 |
| HSL | 189.39º | 0.82% | 0.47% | - |
| HSV(B) | 189.39º | 0.9% | 0.86% | - |
| XYZ | 31.45 | 41.73 | 74.11 | - |
| YUV | 142.6 | 171.67 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 220 | 0.9 | 0.14 | 0 | 0.14 | 189.39 | 0.82 | 0.47 |
| Hex | 16 | BD | DC | 5A | E | 0 | E | BD | 52 | 2F |
| Octal | 26 | 275 | 334 | 132 | 16 | 0 | 16 | 275 | 122 | 57 |
| Binary | 10110 | 10111101 | 11011100 | 1011010 | 1110 | 0 | 1110 | 10111101 | 1010010 | 101111 |
Color Harmonies of #16BDDC
Complementary color
Monochromatic Colors of #16BDDC
Black with #16BDDC
Text Example
Text Example
White with #16BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDDC; }
p { color: rgb(22,189,220); }
H1.HeaderClassName
{
color: #16BDDC;
}
.AnyTagClassName
{
color: #16BDDC;
}
</style>
background-color css
<style>
a { background-color: #16BDDC; }
a { background-color: rgb(22,189,220); }
div.DivClassName
{
background-color: #16BDDC;
}
.BgClassName
{
background-color: #16BDDC;
}
</style>
border-color css
<style>
span { border-color: #16BDDC; }
span { border-color: rgb(22,189,220); }
td.TdClassName
{
border-color: #16BDDC;
}
.TagClassName
{
border-color: #16BDDC;
}
</style>