Shades of Iris Blue #10AFC9
Tints of Iris Blue #10AFC9
RGB
CMYK
RGB Variations
Color information
#10AFC9 (or 0x10AFC9) is known color: Iris Blue. HEX triplet: 10, AF and C9. RGB value is (16,175,201). Sum of RGB (Red+Green+Blue) = 16+175+201=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #10AFC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFC9 is #EF5036. Grayscale: #828282. Windows color (decimal): -15683639 or 13217552. OLE color: 13217552.
HSL color Cylindrical-coordinate representation of color #10AFC9: hue angle of 188.43º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AFC9 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 175 | 201 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.21 |
| HSL | 188.43º | 0.85% | 0.43% | - |
| HSV(B) | 188.43º | 0.92% | 0.79% | - |
| XYZ | 26.09 | 34.99 | 60.64 | - |
| YUV | 130.42 | 167.82 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 201 | 0.92 | 0.13 | 0 | 0.21 | 188.43 | 0.85 | 0.43 |
| Hex | 10 | AF | C9 | 5C | D | 0 | 15 | BC | 55 | 2B |
| Octal | 20 | 257 | 311 | 134 | 15 | 0 | 25 | 274 | 125 | 53 |
| Binary | 10000 | 10101111 | 11001001 | 1011100 | 1101 | 0 | 10101 | 10111100 | 1010101 | 101011 |
Color Harmonies of #10AFC9
Complementary color
Monochromatic Colors of #10AFC9
Black with #10AFC9
Text Example
Text Example
White with #10AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFC9; }
p { color: rgb(16,175,201); }
H1.HeaderClassName
{
color: #10AFC9;
}
.AnyTagClassName
{
color: #10AFC9;
}
</style>
background-color css
<style>
a { background-color: #10AFC9; }
a { background-color: rgb(16,175,201); }
div.DivClassName
{
background-color: #10AFC9;
}
.BgClassName
{
background-color: #10AFC9;
}
</style>
border-color css
<style>
span { border-color: #10AFC9; }
span { border-color: rgb(16,175,201); }
td.TdClassName
{
border-color: #10AFC9;
}
.TagClassName
{
border-color: #10AFC9;
}
</style>