Shades of Iris Blue #10ADBC
Tints of Iris Blue #10ADBC
RGB
CMYK
RGB Variations
Color information
#10ADBC (or 0x10ADBC) is known color: Iris Blue. HEX triplet: 10, AD and BC. RGB value is (16,173,188). Sum of RGB (Red+Green+Blue) = 16+173+188=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #10ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADBC is #EF5243. Grayscale: #7F7F7F. Windows color (decimal): -15684164 or 12365072. OLE color: 12365072.
HSL color Cylindrical-coordinate representation of color #10ADBC: hue angle of 185.23º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10ADBC is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 173 | 188 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.26 |
| HSL | 185.23º | 0.84% | 0.4% | - |
| HSV(B) | 185.23º | 0.91% | 0.74% | - |
| XYZ | 24.23 | 33.63 | 52.79 | - |
| YUV | 127.77 | 161.99 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 188 | 0.91 | 0.08 | 0 | 0.26 | 185.23 | 0.84 | 0.4 |
| Hex | 10 | AD | BC | 5B | 8 | 0 | 1A | B9 | 54 | 28 |
| Octal | 20 | 255 | 274 | 133 | 10 | 0 | 32 | 271 | 124 | 50 |
| Binary | 10000 | 10101101 | 10111100 | 1011011 | 1000 | 0 | 11010 | 10111001 | 1010100 | 101000 |
Color Harmonies of #10ADBC
Complementary color
Monochromatic Colors of #10ADBC
Black with #10ADBC
Text Example
Text Example
White with #10ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADBC; }
p { color: rgb(16,173,188); }
H1.HeaderClassName
{
color: #10ADBC;
}
.AnyTagClassName
{
color: #10ADBC;
}
</style>
background-color css
<style>
a { background-color: #10ADBC; }
a { background-color: rgb(16,173,188); }
div.DivClassName
{
background-color: #10ADBC;
}
.BgClassName
{
background-color: #10ADBC;
}
</style>
border-color css
<style>
span { border-color: #10ADBC; }
span { border-color: rgb(16,173,188); }
td.TdClassName
{
border-color: #10ADBC;
}
.TagClassName
{
border-color: #10ADBC;
}
</style>