Shades of Iris Blue #10BACA
Tints of Iris Blue #10BACA
RGB
CMYK
RGB Variations
Color information
#10BACA (or 0x10BACA) is known color: Iris Blue. HEX triplet: 10, BA and CA. RGB value is (16,186,202). Sum of RGB (Red+Green+Blue) = 16+186+202=404 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.96% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #10BACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BACA is #EF4535. Grayscale: #888888. Windows color (decimal): -15680822 or 13285904. OLE color: 13285904.
HSL color Cylindrical-coordinate representation of color #10BACA: hue angle of 185.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BACA is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 186 | 202 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.21 |
| HSL | 185.16º | 0.85% | 0.43% | - |
| HSV(B) | 185.16º | 0.92% | 0.79% | - |
| XYZ | 28.43 | 39.49 | 62 | - |
| YUV | 136.99 | 164.68 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 202 | 0.92 | 0.08 | 0 | 0.21 | 185.16 | 0.85 | 0.43 |
| Hex | 10 | BA | CA | 5C | 8 | 0 | 15 | B9 | 55 | 2B |
| Octal | 20 | 272 | 312 | 134 | 10 | 0 | 25 | 271 | 125 | 53 |
| Binary | 10000 | 10111010 | 11001010 | 1011100 | 1000 | 0 | 10101 | 10111001 | 1010101 | 101011 |
Color Harmonies of #10BACA
Complementary color
Monochromatic Colors of #10BACA
Black with #10BACA
Text Example
Text Example
White with #10BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BACA; }
p { color: rgb(16,186,202); }
H1.HeaderClassName
{
color: #10BACA;
}
.AnyTagClassName
{
color: #10BACA;
}
</style>
background-color css
<style>
a { background-color: #10BACA; }
a { background-color: rgb(16,186,202); }
div.DivClassName
{
background-color: #10BACA;
}
.BgClassName
{
background-color: #10BACA;
}
</style>
border-color css
<style>
span { border-color: #10BACA; }
span { border-color: rgb(16,186,202); }
td.TdClassName
{
border-color: #10BACA;
}
.TagClassName
{
border-color: #10BACA;
}
</style>