Shades of Iris Blue #16BECB
Tints of Iris Blue #16BECB
RGB
CMYK
RGB Variations
Color information
#16BECB (or 0x16BECB) is known color: Iris Blue. HEX triplet: 16, BE and CB. RGB value is (22,190,203). Sum of RGB (Red+Green+Blue) = 22+190+203=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #16BECB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BECB is #E94134. Grayscale: #8D8D8D. Windows color (decimal): -15286581 or 13352470. OLE color: 13352470.
HSL color Cylindrical-coordinate representation of color #16BECB: hue angle of 184.31º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16BECB is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 190 | 203 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.20 |
| HSL | 184.31º | 0.8% | 0.44% | - |
| HSV(B) | 184.31º | 0.89% | 0.8% | - |
| XYZ | 29.52 | 41.31 | 62.92 | - |
| YUV | 141.25 | 162.84 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 203 | 0.89 | 0.06 | 0 | 0.20 | 184.31 | 0.8 | 0.44 |
| Hex | 16 | BE | CB | 59 | 6 | 0 | 14 | B8 | 50 | 2C |
| Octal | 26 | 276 | 313 | 131 | 6 | 0 | 24 | 270 | 120 | 54 |
| Binary | 10110 | 10111110 | 11001011 | 1011001 | 110 | 0 | 10100 | 10111000 | 1010000 | 101100 |
Color Harmonies of #16BECB
Complementary color
Monochromatic Colors of #16BECB
Black with #16BECB
Text Example
Text Example
White with #16BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BECB; }
p { color: rgb(22,190,203); }
H1.HeaderClassName
{
color: #16BECB;
}
.AnyTagClassName
{
color: #16BECB;
}
</style>
background-color css
<style>
a { background-color: #16BECB; }
a { background-color: rgb(22,190,203); }
div.DivClassName
{
background-color: #16BECB;
}
.BgClassName
{
background-color: #16BECB;
}
</style>
border-color css
<style>
span { border-color: #16BECB; }
span { border-color: rgb(22,190,203); }
td.TdClassName
{
border-color: #16BECB;
}
.TagClassName
{
border-color: #16BECB;
}
</style>