Shades of Iris Blue #10AFC5
Tints of Iris Blue #10AFC5
RGB
CMYK
RGB Variations
Color information
#10AFC5 (or 0x10AFC5) is known color: Iris Blue. HEX triplet: 10, AF and C5. RGB value is (16,175,197). Sum of RGB (Red+Green+Blue) = 16+175+197=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #10AFC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFC5 is #EF503A. Grayscale: #818181. Windows color (decimal): -15683643 or 12955408. OLE color: 12955408.
HSL color Cylindrical-coordinate representation of color #10AFC5: hue angle of 187.29º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AFC5 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 175 | 197 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.23 |
| HSL | 187.29º | 0.85% | 0.42% | - |
| HSV(B) | 187.29º | 0.92% | 0.77% | - |
| XYZ | 25.62 | 34.8 | 58.19 | - |
| YUV | 129.97 | 165.82 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 197 | 0.92 | 0.11 | 0 | 0.23 | 187.29 | 0.85 | 0.42 |
| Hex | 10 | AF | C5 | 5C | B | 0 | 17 | BB | 55 | 2A |
| Octal | 20 | 257 | 305 | 134 | 13 | 0 | 27 | 273 | 125 | 52 |
| Binary | 10000 | 10101111 | 11000101 | 1011100 | 1011 | 0 | 10111 | 10111011 | 1010101 | 101010 |
Color Harmonies of #10AFC5
Complementary color
Monochromatic Colors of #10AFC5
Black with #10AFC5
Text Example
Text Example
White with #10AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFC5; }
p { color: rgb(16,175,197); }
H1.HeaderClassName
{
color: #10AFC5;
}
.AnyTagClassName
{
color: #10AFC5;
}
</style>
background-color css
<style>
a { background-color: #10AFC5; }
a { background-color: rgb(16,175,197); }
div.DivClassName
{
background-color: #10AFC5;
}
.BgClassName
{
background-color: #10AFC5;
}
</style>
border-color css
<style>
span { border-color: #10AFC5; }
span { border-color: rgb(16,175,197); }
td.TdClassName
{
border-color: #10AFC5;
}
.TagClassName
{
border-color: #10AFC5;
}
</style>