Shades of Iris Blue #16BCCF
Tints of Iris Blue #16BCCF
RGB
CMYK
RGB Variations
Color information
#16BCCF (or 0x16BCCF) is known color: Iris Blue. HEX triplet: 16, BC and CF. RGB value is (22,188,207). Sum of RGB (Red+Green+Blue) = 22+188+207=417 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.28% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #16BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BCCF is #E94330. Grayscale: #8C8C8C. Windows color (decimal): -15287089 or 13614102. OLE color: 13614102.
HSL color Cylindrical-coordinate representation of color #16BCCF: hue angle of 186.16º 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 #16BCCF is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 188 | 207 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.19 |
| HSL | 186.16º | 0.81% | 0.45% | - |
| HSV(B) | 186.16º | 0.89% | 0.81% | - |
| XYZ | 29.58 | 40.64 | 65.32 | - |
| YUV | 140.53 | 165.5 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 207 | 0.89 | 0.09 | 0 | 0.19 | 186.16 | 0.81 | 0.45 |
| Hex | 16 | BC | CF | 59 | 9 | 0 | 13 | BA | 51 | 2D |
| Octal | 26 | 274 | 317 | 131 | 11 | 0 | 23 | 272 | 121 | 55 |
| Binary | 10110 | 10111100 | 11001111 | 1011001 | 1001 | 0 | 10011 | 10111010 | 1010001 | 101101 |
Color Harmonies of #16BCCF
Complementary color
Monochromatic Colors of #16BCCF
Black with #16BCCF
Text Example
Text Example
White with #16BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCCF; }
p { color: rgb(22,188,207); }
H1.HeaderClassName
{
color: #16BCCF;
}
.AnyTagClassName
{
color: #16BCCF;
}
</style>
background-color css
<style>
a { background-color: #16BCCF; }
a { background-color: rgb(22,188,207); }
div.DivClassName
{
background-color: #16BCCF;
}
.BgClassName
{
background-color: #16BCCF;
}
</style>
border-color css
<style>
span { border-color: #16BCCF; }
span { border-color: rgb(22,188,207); }
td.TdClassName
{
border-color: #16BCCF;
}
.TagClassName
{
border-color: #16BCCF;
}
</style>