Shades of Iris Blue #16BBCC
Tints of Iris Blue #16BBCC
RGB
CMYK
RGB Variations
Color information
#16BBCC (or 0x16BBCC) is known color: Iris Blue. HEX triplet: 16, BB and CC. RGB value is (22,187,204). Sum of RGB (Red+Green+Blue) = 22+187+204=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #16BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BBCC is #E94433. Grayscale: #8B8B8B. Windows color (decimal): -15287348 or 13417238. OLE color: 13417238.
HSL color Cylindrical-coordinate representation of color #16BBCC: hue angle of 185.6º degrees, saturation: 0.81, 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 #16BBCC is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 187 | 204 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.2 |
| HSL | 185.6º | 0.81% | 0.44% | - |
| HSV(B) | 185.6º | 0.89% | 0.8% | - |
| XYZ | 29 | 40.07 | 63.33 | - |
| YUV | 139.6 | 164.34 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 204 | 0.89 | 0.08 | 0 | 0.2 | 185.6 | 0.81 | 0.44 |
| Hex | 16 | BB | CC | 59 | 8 | 0 | 14 | BA | 51 | 2C |
| Octal | 26 | 273 | 314 | 131 | 10 | 0 | 24 | 272 | 121 | 54 |
| Binary | 10110 | 10111011 | 11001100 | 1011001 | 1000 | 0 | 10100 | 10111010 | 1010001 | 101100 |
Color Harmonies of #16BBCC
Complementary color
Monochromatic Colors of #16BBCC
Black with #16BBCC
Text Example
Text Example
White with #16BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BBCC; }
p { color: rgb(22,187,204); }
H1.HeaderClassName
{
color: #16BBCC;
}
.AnyTagClassName
{
color: #16BBCC;
}
</style>
background-color css
<style>
a { background-color: #16BBCC; }
a { background-color: rgb(22,187,204); }
div.DivClassName
{
background-color: #16BBCC;
}
.BgClassName
{
background-color: #16BBCC;
}
</style>
border-color css
<style>
span { border-color: #16BBCC; }
span { border-color: rgb(22,187,204); }
td.TdClassName
{
border-color: #16BBCC;
}
.TagClassName
{
border-color: #16BBCC;
}
</style>