Shades of Iris Blue #10A8BB
Tints of Iris Blue #10A8BB
RGB
CMYK
RGB Variations
Color information
#10A8BB (or 0x10A8BB) is known color: Iris Blue. HEX triplet: 10, A8 and BB. RGB value is (16,168,187). Sum of RGB (Red+Green+Blue) = 16+168+187=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #10A8BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8BB is #EF5744. Grayscale: #7C7C7C. Windows color (decimal): -15685445 or 12298256. OLE color: 12298256.
HSL color Cylindrical-coordinate representation of color #10A8BB: hue angle of 186.67º 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 #10A8BB is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 168 | 187 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.27 |
| HSL | 186.67º | 0.84% | 0.4% | - |
| HSV(B) | 186.67º | 0.91% | 0.73% | - |
| XYZ | 23.19 | 31.7 | 51.91 | - |
| YUV | 124.72 | 163.14 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 187 | 0.91 | 0.10 | 0 | 0.27 | 186.67 | 0.84 | 0.4 |
| Hex | 10 | A8 | BB | 5B | A | 0 | 1B | BB | 54 | 28 |
| Octal | 20 | 250 | 273 | 133 | 12 | 0 | 33 | 273 | 124 | 50 |
| Binary | 10000 | 10101000 | 10111011 | 1011011 | 1010 | 0 | 11011 | 10111011 | 1010100 | 101000 |
Color Harmonies of #10A8BB
Complementary color
Monochromatic Colors of #10A8BB
Black with #10A8BB
Text Example
Text Example
White with #10A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8BB; }
p { color: rgb(16,168,187); }
H1.HeaderClassName
{
color: #10A8BB;
}
.AnyTagClassName
{
color: #10A8BB;
}
</style>
background-color css
<style>
a { background-color: #10A8BB; }
a { background-color: rgb(16,168,187); }
div.DivClassName
{
background-color: #10A8BB;
}
.BgClassName
{
background-color: #10A8BB;
}
</style>
border-color css
<style>
span { border-color: #10A8BB; }
span { border-color: rgb(16,168,187); }
td.TdClassName
{
border-color: #10A8BB;
}
.TagClassName
{
border-color: #10A8BB;
}
</style>