Shades of Iris Blue #10AECC
Tints of Iris Blue #10AECC
RGB
CMYK
RGB Variations
Color information
#10AECC (or 0x10AECC) is known color: Iris Blue. HEX triplet: 10, AE and CC. RGB value is (16,174,204). Sum of RGB (Red+Green+Blue) = 16+174+204=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #10AECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AECC is #EF5133. Grayscale: #818181. Windows color (decimal): -15683892 or 13413904. OLE color: 13413904.
HSL color Cylindrical-coordinate representation of color #10AECC: hue angle of 189.57º 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 #10AECC is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 174 | 204 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.2 |
| HSL | 189.57º | 0.85% | 0.43% | - |
| HSV(B) | 189.57º | 0.92% | 0.8% | - |
| XYZ | 26.25 | 34.74 | 62.45 | - |
| YUV | 130.18 | 169.65 | 46.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 204 | 0.92 | 0.15 | 0 | 0.2 | 189.57 | 0.85 | 0.43 |
| Hex | 10 | AE | CC | 5C | F | 0 | 14 | BE | 55 | 2B |
| Octal | 20 | 256 | 314 | 134 | 17 | 0 | 24 | 276 | 125 | 53 |
| Binary | 10000 | 10101110 | 11001100 | 1011100 | 1111 | 0 | 10100 | 10111110 | 1010101 | 101011 |
Color Harmonies of #10AECC
Complementary color
Monochromatic Colors of #10AECC
Black with #10AECC
Text Example
Text Example
White with #10AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AECC; }
p { color: rgb(16,174,204); }
H1.HeaderClassName
{
color: #10AECC;
}
.AnyTagClassName
{
color: #10AECC;
}
</style>
background-color css
<style>
a { background-color: #10AECC; }
a { background-color: rgb(16,174,204); }
div.DivClassName
{
background-color: #10AECC;
}
.BgClassName
{
background-color: #10AECC;
}
</style>
border-color css
<style>
span { border-color: #10AECC; }
span { border-color: rgb(16,174,204); }
td.TdClassName
{
border-color: #10AECC;
}
.TagClassName
{
border-color: #10AECC;
}
</style>