Shades of Iris Blue #16BECF
Tints of Iris Blue #16BECF
RGB
CMYK
RGB Variations
Color information
#16BECF (or 0x16BECF) is known color: Iris Blue. HEX triplet: 16, BE and CF. RGB value is (22,190,207). Sum of RGB (Red+Green+Blue) = 22+190+207=419 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.25% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #16BECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BECF is #E94130. Grayscale: #8D8D8D. Windows color (decimal): -15286577 or 13614614. OLE color: 13614614.
HSL color Cylindrical-coordinate representation of color #16BECF: hue angle of 185.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BECF is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 190 | 207 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.19 |
| HSL | 185.51º | 0.81% | 0.45% | - |
| HSV(B) | 185.51º | 0.89% | 0.81% | - |
| XYZ | 30.01 | 41.5 | 65.46 | - |
| YUV | 141.71 | 164.84 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 207 | 0.89 | 0.08 | 0 | 0.19 | 185.51 | 0.81 | 0.45 |
| Hex | 16 | BE | CF | 59 | 8 | 0 | 13 | BA | 51 | 2D |
| Octal | 26 | 276 | 317 | 131 | 10 | 0 | 23 | 272 | 121 | 55 |
| Binary | 10110 | 10111110 | 11001111 | 1011001 | 1000 | 0 | 10011 | 10111010 | 1010001 | 101101 |
Color Harmonies of #16BECF
Complementary color
Monochromatic Colors of #16BECF
Black with #16BECF
Text Example
Text Example
White with #16BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BECF; }
p { color: rgb(22,190,207); }
H1.HeaderClassName
{
color: #16BECF;
}
.AnyTagClassName
{
color: #16BECF;
}
</style>
background-color css
<style>
a { background-color: #16BECF; }
a { background-color: rgb(22,190,207); }
div.DivClassName
{
background-color: #16BECF;
}
.BgClassName
{
background-color: #16BECF;
}
</style>
border-color css
<style>
span { border-color: #16BECF; }
span { border-color: rgb(22,190,207); }
td.TdClassName
{
border-color: #16BECF;
}
.TagClassName
{
border-color: #16BECF;
}
</style>