Shades of Iris Blue #10ADBB
Tints of Iris Blue #10ADBB
RGB
CMYK
RGB Variations
Color information
#10ADBB (or 0x10ADBB) is known color: Iris Blue. HEX triplet: 10, AD and BB. RGB value is (16,173,187). Sum of RGB (Red+Green+Blue) = 16+173+187=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #10ADBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADBB is #EF5244. Grayscale: #7F7F7F. Windows color (decimal): -15684165 or 12299536. OLE color: 12299536.
HSL color Cylindrical-coordinate representation of color #10ADBB: hue angle of 184.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10ADBB is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 173 | 187 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.27 |
| HSL | 184.91º | 0.84% | 0.4% | - |
| HSV(B) | 184.91º | 0.91% | 0.73% | - |
| XYZ | 24.13 | 33.59 | 52.22 | - |
| YUV | 127.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 187 | 0.91 | 0.07 | 0 | 0.27 | 184.91 | 0.84 | 0.4 |
| Hex | 10 | AD | BB | 5B | 7 | 0 | 1B | B9 | 54 | 28 |
| Octal | 20 | 255 | 273 | 133 | 7 | 0 | 33 | 271 | 124 | 50 |
| Binary | 10000 | 10101101 | 10111011 | 1011011 | 111 | 0 | 11011 | 10111001 | 1010100 | 101000 |
Color Harmonies of #10ADBB
Complementary color
Monochromatic Colors of #10ADBB
Black with #10ADBB
Text Example
Text Example
White with #10ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADBB; }
p { color: rgb(16,173,187); }
H1.HeaderClassName
{
color: #10ADBB;
}
.AnyTagClassName
{
color: #10ADBB;
}
</style>
background-color css
<style>
a { background-color: #10ADBB; }
a { background-color: rgb(16,173,187); }
div.DivClassName
{
background-color: #10ADBB;
}
.BgClassName
{
background-color: #10ADBB;
}
</style>
border-color css
<style>
span { border-color: #10ADBB; }
span { border-color: rgb(16,173,187); }
td.TdClassName
{
border-color: #10ADBB;
}
.TagClassName
{
border-color: #10ADBB;
}
</style>