Shades of Iris Blue #16B5DC
Tints of Iris Blue #16B5DC
RGB
CMYK
RGB Variations
Color information
#16B5DC (or 0x16B5DC) is known color: Iris Blue. HEX triplet: 16, B5 and DC. RGB value is (22,181,220). Sum of RGB (Red+Green+Blue) = 22+181+220=423 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.20% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #16B5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16B5DC is #E94A23. Grayscale: #898989. Windows color (decimal): -15288868 or 14464278. OLE color: 14464278.
HSL color Cylindrical-coordinate representation of color #16B5DC: hue angle of 191.82º 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 #16B5DC is Cyan = 0.9, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 181 | 220 | - |
| CMYK | 0.9 | 0.18 | 0 | 0.14 |
| HSL | 191.82º | 0.82% | 0.47% | - |
| HSV(B) | 191.82º | 0.9% | 0.86% | - |
| XYZ | 29.77 | 38.39 | 73.55 | - |
| YUV | 137.91 | 174.32 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 181 | 220 | 0.9 | 0.18 | 0 | 0.14 | 191.82 | 0.82 | 0.47 |
| Hex | 16 | B5 | DC | 5A | 12 | 0 | E | C0 | 52 | 2F |
| Octal | 26 | 265 | 334 | 132 | 22 | 0 | 16 | 300 | 122 | 57 |
| Binary | 10110 | 10110101 | 11011100 | 1011010 | 10010 | 0 | 1110 | 11000000 | 1010010 | 101111 |
Color Harmonies of #16B5DC
Complementary color
Monochromatic Colors of #16B5DC
Black with #16B5DC
Text Example
Text Example
White with #16B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B5DC; }
p { color: rgb(22,181,220); }
H1.HeaderClassName
{
color: #16B5DC;
}
.AnyTagClassName
{
color: #16B5DC;
}
</style>
background-color css
<style>
a { background-color: #16B5DC; }
a { background-color: rgb(22,181,220); }
div.DivClassName
{
background-color: #16B5DC;
}
.BgClassName
{
background-color: #16B5DC;
}
</style>
border-color css
<style>
span { border-color: #16B5DC; }
span { border-color: rgb(22,181,220); }
td.TdClassName
{
border-color: #16B5DC;
}
.TagClassName
{
border-color: #16B5DC;
}
</style>