Shades of Iris Blue #16BFD8
Tints of Iris Blue #16BFD8
RGB
CMYK
RGB Variations
Color information
#16BFD8 (or 0x16BFD8) is known color: Iris Blue. HEX triplet: 16, BF and D8. RGB value is (22,191,216). Sum of RGB (Red+Green+Blue) = 22+191+216=429 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.13% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #16BFD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BFD8 is #E94027. Grayscale: #8F8F8F. Windows color (decimal): -15286312 or 14204694. OLE color: 14204694.
HSL color Cylindrical-coordinate representation of color #16BFD8: hue angle of 187.73º 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 #16BFD8 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 191 | 216 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.15 |
| HSL | 187.73º | 0.82% | 0.47% | - |
| HSV(B) | 187.73º | 0.9% | 0.85% | - |
| XYZ | 31.36 | 42.39 | 71.5 | - |
| YUV | 143.32 | 169.01 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 191 | 216 | 0.90 | 0.12 | 0 | 0.15 | 187.73 | 0.82 | 0.47 |
| Hex | 16 | BF | D8 | 5A | C | 0 | F | BC | 52 | 2F |
| Octal | 26 | 277 | 330 | 132 | 14 | 0 | 17 | 274 | 122 | 57 |
| Binary | 10110 | 10111111 | 11011000 | 1011010 | 1100 | 0 | 1111 | 10111100 | 1010010 | 101111 |
Color Harmonies of #16BFD8
Complementary color
Monochromatic Colors of #16BFD8
Black with #16BFD8
Text Example
Text Example
White with #16BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BFD8; }
p { color: rgb(22,191,216); }
H1.HeaderClassName
{
color: #16BFD8;
}
.AnyTagClassName
{
color: #16BFD8;
}
</style>
background-color css
<style>
a { background-color: #16BFD8; }
a { background-color: rgb(22,191,216); }
div.DivClassName
{
background-color: #16BFD8;
}
.BgClassName
{
background-color: #16BFD8;
}
</style>
border-color css
<style>
span { border-color: #16BFD8; }
span { border-color: rgb(22,191,216); }
td.TdClassName
{
border-color: #16BFD8;
}
.TagClassName
{
border-color: #16BFD8;
}
</style>