Shades of Iris Blue #10ABBB
Tints of Iris Blue #10ABBB
RGB
CMYK
RGB Variations
Color information
#10ABBB (or 0x10ABBB) is known color: Iris Blue. HEX triplet: 10, AB and BB. RGB value is (16,171,187). Sum of RGB (Red+Green+Blue) = 16+171+187=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #10ABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ABBB is #EF5444. Grayscale: #7E7E7E. Windows color (decimal): -15684677 or 12299024. OLE color: 12299024.
HSL color Cylindrical-coordinate representation of color #10ABBB: hue angle of 185.61º 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 #10ABBB is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 171 | 187 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.27 |
| HSL | 185.61º | 0.84% | 0.4% | - |
| HSV(B) | 185.61º | 0.91% | 0.73% | - |
| XYZ | 23.75 | 32.82 | 52.1 | - |
| YUV | 126.48 | 162.15 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 187 | 0.91 | 0.09 | 0 | 0.27 | 185.61 | 0.84 | 0.4 |
| Hex | 10 | AB | BB | 5B | 9 | 0 | 1B | BA | 54 | 28 |
| Octal | 20 | 253 | 273 | 133 | 11 | 0 | 33 | 272 | 124 | 50 |
| Binary | 10000 | 10101011 | 10111011 | 1011011 | 1001 | 0 | 11011 | 10111010 | 1010100 | 101000 |
Color Harmonies of #10ABBB
Complementary color
Monochromatic Colors of #10ABBB
Black with #10ABBB
Text Example
Text Example
White with #10ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABBB; }
p { color: rgb(16,171,187); }
H1.HeaderClassName
{
color: #10ABBB;
}
.AnyTagClassName
{
color: #10ABBB;
}
</style>
background-color css
<style>
a { background-color: #10ABBB; }
a { background-color: rgb(16,171,187); }
div.DivClassName
{
background-color: #10ABBB;
}
.BgClassName
{
background-color: #10ABBB;
}
</style>
border-color css
<style>
span { border-color: #10ABBB; }
span { border-color: rgb(16,171,187); }
td.TdClassName
{
border-color: #10ABBB;
}
.TagClassName
{
border-color: #10ABBB;
}
</style>