Shades of Iris Blue #10A8BC
Tints of Iris Blue #10A8BC
RGB
CMYK
RGB Variations
Color information
#10A8BC (or 0x10A8BC) is known color: Iris Blue. HEX triplet: 10, A8 and BC. RGB value is (16,168,188). Sum of RGB (Red+Green+Blue) = 16+168+188=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #10A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A8BC is #EF5743. Grayscale: #7C7C7C. Windows color (decimal): -15685444 or 12363792. OLE color: 12363792.
HSL color Cylindrical-coordinate representation of color #10A8BC: hue angle of 186.98º 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 #10A8BC is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 168 | 188 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.26 |
| HSL | 186.98º | 0.84% | 0.4% | - |
| HSV(B) | 186.98º | 0.91% | 0.74% | - |
| XYZ | 23.29 | 31.75 | 52.48 | - |
| YUV | 124.83 | 163.64 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 188 | 0.91 | 0.11 | 0 | 0.26 | 186.98 | 0.84 | 0.4 |
| Hex | 10 | A8 | BC | 5B | B | 0 | 1A | BB | 54 | 28 |
| Octal | 20 | 250 | 274 | 133 | 13 | 0 | 32 | 273 | 124 | 50 |
| Binary | 10000 | 10101000 | 10111100 | 1011011 | 1011 | 0 | 11010 | 10111011 | 1010100 | 101000 |
Color Harmonies of #10A8BC
Complementary color
Monochromatic Colors of #10A8BC
Black with #10A8BC
Text Example
Text Example
White with #10A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8BC; }
p { color: rgb(16,168,188); }
H1.HeaderClassName
{
color: #10A8BC;
}
.AnyTagClassName
{
color: #10A8BC;
}
</style>
background-color css
<style>
a { background-color: #10A8BC; }
a { background-color: rgb(16,168,188); }
div.DivClassName
{
background-color: #10A8BC;
}
.BgClassName
{
background-color: #10A8BC;
}
</style>
border-color css
<style>
span { border-color: #10A8BC; }
span { border-color: rgb(16,168,188); }
td.TdClassName
{
border-color: #10A8BC;
}
.TagClassName
{
border-color: #10A8BC;
}
</style>