Shades of Iris Blue #10AACB
Tints of Iris Blue #10AACB
RGB
CMYK
RGB Variations
Color information
#10AACB (or 0x10AACB) is known color: Iris Blue. HEX triplet: 10, AA and CB. RGB value is (16,170,203). Sum of RGB (Red+Green+Blue) = 16+170+203=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #10AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AACB is #EF5534. Grayscale: #7F7F7F. Windows color (decimal): -15684917 or 13347344. OLE color: 13347344.
HSL color Cylindrical-coordinate representation of color #10AACB: hue angle of 190.59º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AACB is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 170 | 203 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.20 |
| HSL | 190.59º | 0.85% | 0.43% | - |
| HSV(B) | 190.59º | 0.92% | 0.8% | - |
| XYZ | 25.37 | 33.17 | 61.57 | - |
| YUV | 127.72 | 170.48 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 170 | 203 | 0.92 | 0.16 | 0 | 0.20 | 190.59 | 0.85 | 0.43 |
| Hex | 10 | AA | CB | 5C | 10 | 0 | 14 | BF | 55 | 2B |
| Octal | 20 | 252 | 313 | 134 | 20 | 0 | 24 | 277 | 125 | 53 |
| Binary | 10000 | 10101010 | 11001011 | 1011100 | 10000 | 0 | 10100 | 10111111 | 1010101 | 101011 |
Color Harmonies of #10AACB
Complementary color
Monochromatic Colors of #10AACB
Black with #10AACB
Text Example
Text Example
White with #10AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AACB; }
p { color: rgb(16,170,203); }
H1.HeaderClassName
{
color: #10AACB;
}
.AnyTagClassName
{
color: #10AACB;
}
</style>
background-color css
<style>
a { background-color: #10AACB; }
a { background-color: rgb(16,170,203); }
div.DivClassName
{
background-color: #10AACB;
}
.BgClassName
{
background-color: #10AACB;
}
</style>
border-color css
<style>
span { border-color: #10AACB; }
span { border-color: rgb(16,170,203); }
td.TdClassName
{
border-color: #10AACB;
}
.TagClassName
{
border-color: #10AACB;
}
</style>