Shades of Iris Blue #10AECE
Tints of Iris Blue #10AECE
RGB
CMYK
RGB Variations
Color information
#10AECE (or 0x10AECE) is known color: Iris Blue. HEX triplet: 10, AE and CE. RGB value is (16,174,206). Sum of RGB (Red+Green+Blue) = 16+174+206=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #10AECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AECE is #EF5131. Grayscale: #828282. Windows color (decimal): -15683890 or 13544976. OLE color: 13544976.
HSL color Cylindrical-coordinate representation of color #10AECE: hue angle of 190.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AECE is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 174 | 206 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.19 |
| HSL | 190.11º | 0.86% | 0.44% | - |
| HSV(B) | 190.11º | 0.92% | 0.81% | - |
| XYZ | 26.49 | 34.84 | 63.72 | - |
| YUV | 130.41 | 170.65 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 206 | 0.92 | 0.16 | 0 | 0.19 | 190.11 | 0.86 | 0.44 |
| Hex | 10 | AE | CE | 5C | 10 | 0 | 13 | BE | 56 | 2C |
| Octal | 20 | 256 | 316 | 134 | 20 | 0 | 23 | 276 | 126 | 54 |
| Binary | 10000 | 10101110 | 11001110 | 1011100 | 10000 | 0 | 10011 | 10111110 | 1010110 | 101100 |
Color Harmonies of #10AECE
Complementary color
Monochromatic Colors of #10AECE
Black with #10AECE
Text Example
Text Example
White with #10AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AECE; }
p { color: rgb(16,174,206); }
H1.HeaderClassName
{
color: #10AECE;
}
.AnyTagClassName
{
color: #10AECE;
}
</style>
background-color css
<style>
a { background-color: #10AECE; }
a { background-color: rgb(16,174,206); }
div.DivClassName
{
background-color: #10AECE;
}
.BgClassName
{
background-color: #10AECE;
}
</style>
border-color css
<style>
span { border-color: #10AECE; }
span { border-color: rgb(16,174,206); }
td.TdClassName
{
border-color: #10AECE;
}
.TagClassName
{
border-color: #10AECE;
}
</style>