Shades of Iris Blue #16ADCB
Tints of Iris Blue #16ADCB
RGB
CMYK
RGB Variations
Color information
#16ADCB (or 0x16ADCB) is known color: Iris Blue. HEX triplet: 16, AD and CB. RGB value is (22,173,203). Sum of RGB (Red+Green+Blue) = 22+173+203=398 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.53% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #16ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADCB is #E95234. Grayscale: #838383. Windows color (decimal): -15290933 or 13348118. OLE color: 13348118.
HSL color Cylindrical-coordinate representation of color #16ADCB: hue angle of 189.94º 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 #16ADCB is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 173 | 203 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.20 |
| HSL | 189.94º | 0.8% | 0.44% | - |
| HSV(B) | 189.94º | 0.89% | 0.8% | - |
| XYZ | 26.05 | 34.37 | 61.76 | - |
| YUV | 131.27 | 168.47 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 173 | 203 | 0.89 | 0.15 | 0 | 0.20 | 189.94 | 0.8 | 0.44 |
| Hex | 16 | AD | CB | 59 | F | 0 | 14 | BE | 50 | 2C |
| Octal | 26 | 255 | 313 | 131 | 17 | 0 | 24 | 276 | 120 | 54 |
| Binary | 10110 | 10101101 | 11001011 | 1011001 | 1111 | 0 | 10100 | 10111110 | 1010000 | 101100 |
Color Harmonies of #16ADCB
Complementary color
Monochromatic Colors of #16ADCB
Black with #16ADCB
Text Example
Text Example
White with #16ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ADCB; }
p { color: rgb(22,173,203); }
H1.HeaderClassName
{
color: #16ADCB;
}
.AnyTagClassName
{
color: #16ADCB;
}
</style>
background-color css
<style>
a { background-color: #16ADCB; }
a { background-color: rgb(22,173,203); }
div.DivClassName
{
background-color: #16ADCB;
}
.BgClassName
{
background-color: #16ADCB;
}
</style>
border-color css
<style>
span { border-color: #16ADCB; }
span { border-color: rgb(22,173,203); }
td.TdClassName
{
border-color: #16ADCB;
}
.TagClassName
{
border-color: #16ADCB;
}
</style>