Shades of Iris Blue #10BAC2
Tints of Iris Blue #10BAC2
RGB
CMYK
RGB Variations
Color information
#10BAC2 (or 0x10BAC2) is known color: Iris Blue. HEX triplet: 10, BA and C2. RGB value is (16,186,194). Sum of RGB (Red+Green+Blue) = 16+186+194=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #10BAC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BAC2 is #EF453D. Grayscale: #878787. Windows color (decimal): -15680830 or 12761616. OLE color: 12761616.
HSL color Cylindrical-coordinate representation of color #10BAC2: hue angle of 182.7º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BAC2 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 186 | 194 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.24 |
| HSL | 182.7º | 0.85% | 0.41% | - |
| HSV(B) | 182.7º | 0.92% | 0.76% | - |
| XYZ | 27.51 | 39.12 | 57.14 | - |
| YUV | 136.08 | 160.68 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 194 | 0.92 | 0.04 | 0 | 0.24 | 182.7 | 0.85 | 0.41 |
| Hex | 10 | BA | C2 | 5C | 4 | 0 | 18 | B7 | 55 | 29 |
| Octal | 20 | 272 | 302 | 134 | 4 | 0 | 30 | 267 | 125 | 51 |
| Binary | 10000 | 10111010 | 11000010 | 1011100 | 100 | 0 | 11000 | 10110111 | 1010101 | 101001 |
Color Harmonies of #10BAC2
Complementary color
Monochromatic Colors of #10BAC2
Black with #10BAC2
Text Example
Text Example
White with #10BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BAC2; }
p { color: rgb(16,186,194); }
H1.HeaderClassName
{
color: #10BAC2;
}
.AnyTagClassName
{
color: #10BAC2;
}
</style>
background-color css
<style>
a { background-color: #10BAC2; }
a { background-color: rgb(16,186,194); }
div.DivClassName
{
background-color: #10BAC2;
}
.BgClassName
{
background-color: #10BAC2;
}
</style>
border-color css
<style>
span { border-color: #10BAC2; }
span { border-color: rgb(16,186,194); }
td.TdClassName
{
border-color: #10BAC2;
}
.TagClassName
{
border-color: #10BAC2;
}
</style>