Shades of Iris Blue #10AEBD
Tints of Iris Blue #10AEBD
RGB
CMYK
RGB Variations
Color information
#10AEBD (or 0x10AEBD) is known color: Iris Blue. HEX triplet: 10, AE and BD. RGB value is (16,174,189). Sum of RGB (Red+Green+Blue) = 16+174+189=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #10AEBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AEBD is #EF5142. Grayscale: #808080. Windows color (decimal): -15683907 or 12430864. OLE color: 12430864.
HSL color Cylindrical-coordinate representation of color #10AEBD: hue angle of 185.2º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AEBD is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 174 | 189 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.26 |
| HSL | 185.2º | 0.84% | 0.4% | - |
| HSV(B) | 185.2º | 0.92% | 0.74% | - |
| XYZ | 24.54 | 34.06 | 53.42 | - |
| YUV | 128.47 | 162.15 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 189 | 0.92 | 0.08 | 0 | 0.26 | 185.2 | 0.84 | 0.4 |
| Hex | 10 | AE | BD | 5C | 8 | 0 | 1A | B9 | 54 | 28 |
| Octal | 20 | 256 | 275 | 134 | 10 | 0 | 32 | 271 | 124 | 50 |
| Binary | 10000 | 10101110 | 10111101 | 1011100 | 1000 | 0 | 11010 | 10111001 | 1010100 | 101000 |
Color Harmonies of #10AEBD
Complementary color
Monochromatic Colors of #10AEBD
Black with #10AEBD
Text Example
Text Example
White with #10AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AEBD; }
p { color: rgb(16,174,189); }
H1.HeaderClassName
{
color: #10AEBD;
}
.AnyTagClassName
{
color: #10AEBD;
}
</style>
background-color css
<style>
a { background-color: #10AEBD; }
a { background-color: rgb(16,174,189); }
div.DivClassName
{
background-color: #10AEBD;
}
.BgClassName
{
background-color: #10AEBD;
}
</style>
border-color css
<style>
span { border-color: #10AEBD; }
span { border-color: rgb(16,174,189); }
td.TdClassName
{
border-color: #10AEBD;
}
.TagClassName
{
border-color: #10AEBD;
}
</style>