Shades of Iris Blue #16B2D8
Tints of Iris Blue #16B2D8
RGB
CMYK
RGB Variations
Color information
#16B2D8 (or 0x16B2D8) is known color: Iris Blue. HEX triplet: 16, B2 and D8. RGB value is (22,178,216). Sum of RGB (Red+Green+Blue) = 22+178+216=416 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.29% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #16B2D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B2D8 is #E94D27. Grayscale: #878787. Windows color (decimal): -15289640 or 14201366. OLE color: 14201366.
HSL color Cylindrical-coordinate representation of color #16B2D8: hue angle of 191.75º 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 #16B2D8 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 178 | 216 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.15 |
| HSL | 191.75º | 0.82% | 0.47% | - |
| HSV(B) | 191.75º | 0.9% | 0.85% | - |
| XYZ | 28.65 | 36.97 | 70.59 | - |
| YUV | 135.69 | 173.32 | 46.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 178 | 216 | 0.90 | 0.18 | 0 | 0.15 | 191.75 | 0.82 | 0.47 |
| Hex | 16 | B2 | D8 | 5A | 12 | 0 | F | C0 | 52 | 2F |
| Octal | 26 | 262 | 330 | 132 | 22 | 0 | 17 | 300 | 122 | 57 |
| Binary | 10110 | 10110010 | 11011000 | 1011010 | 10010 | 0 | 1111 | 11000000 | 1010010 | 101111 |
Color Harmonies of #16B2D8
Complementary color
Monochromatic Colors of #16B2D8
Black with #16B2D8
Text Example
Text Example
White with #16B2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B2D8; }
p { color: rgb(22,178,216); }
H1.HeaderClassName
{
color: #16B2D8;
}
.AnyTagClassName
{
color: #16B2D8;
}
</style>
background-color css
<style>
a { background-color: #16B2D8; }
a { background-color: rgb(22,178,216); }
div.DivClassName
{
background-color: #16B2D8;
}
.BgClassName
{
background-color: #16B2D8;
}
</style>
border-color css
<style>
span { border-color: #16B2D8; }
span { border-color: rgb(22,178,216); }
td.TdClassName
{
border-color: #16B2D8;
}
.TagClassName
{
border-color: #16B2D8;
}
</style>