Shades of Iris Blue #10AFBE
Tints of Iris Blue #10AFBE
RGB
CMYK
RGB Variations
Color information
#10AFBE (or 0x10AFBE) is known color: Iris Blue. HEX triplet: 10, AF and BE. RGB value is (16,175,190). Sum of RGB (Red+Green+Blue) = 16+175+190=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #10AFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10AFBE is #EF5041. Grayscale: #808080. Windows color (decimal): -15683650 or 12496656. OLE color: 12496656.
HSL color Cylindrical-coordinate representation of color #10AFBE: hue angle of 185.17º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10AFBE is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 175 | 190 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.25 |
| HSL | 185.17º | 0.84% | 0.4% | - |
| HSV(B) | 185.17º | 0.92% | 0.75% | - |
| XYZ | 24.84 | 34.49 | 54.06 | - |
| YUV | 129.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 190 | 0.92 | 0.08 | 0 | 0.25 | 185.17 | 0.84 | 0.4 |
| Hex | 10 | AF | BE | 5C | 8 | 0 | 19 | B9 | 54 | 28 |
| Octal | 20 | 257 | 276 | 134 | 10 | 0 | 31 | 271 | 124 | 50 |
| Binary | 10000 | 10101111 | 10111110 | 1011100 | 1000 | 0 | 11001 | 10111001 | 1010100 | 101000 |
Color Harmonies of #10AFBE
Complementary color
Monochromatic Colors of #10AFBE
Black with #10AFBE
Text Example
Text Example
White with #10AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AFBE; }
p { color: rgb(16,175,190); }
H1.HeaderClassName
{
color: #10AFBE;
}
.AnyTagClassName
{
color: #10AFBE;
}
</style>
background-color css
<style>
a { background-color: #10AFBE; }
a { background-color: rgb(16,175,190); }
div.DivClassName
{
background-color: #10AFBE;
}
.BgClassName
{
background-color: #10AFBE;
}
</style>
border-color css
<style>
span { border-color: #10AFBE; }
span { border-color: rgb(16,175,190); }
td.TdClassName
{
border-color: #10AFBE;
}
.TagClassName
{
border-color: #10AFBE;
}
</style>