Shades of Iris Blue #10ADBE
Tints of Iris Blue #10ADBE
RGB
CMYK
RGB Variations
Color information
#10ADBE (or 0x10ADBE) is known color: Iris Blue. HEX triplet: 10, AD and BE. RGB value is (16,173,190). Sum of RGB (Red+Green+Blue) = 16+173+190=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #10ADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10ADBE is #EF5241. Grayscale: #7F7F7F. Windows color (decimal): -15684162 or 12496144. OLE color: 12496144.
HSL color Cylindrical-coordinate representation of color #10ADBE: hue angle of 185.86º 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 #10ADBE is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 173 | 190 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.25 |
| HSL | 185.86º | 0.84% | 0.4% | - |
| HSV(B) | 185.86º | 0.92% | 0.75% | - |
| XYZ | 24.45 | 33.72 | 53.93 | - |
| YUV | 128 | 162.99 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 173 | 190 | 0.92 | 0.09 | 0 | 0.25 | 185.86 | 0.84 | 0.4 |
| Hex | 10 | AD | BE | 5C | 9 | 0 | 19 | BA | 54 | 28 |
| Octal | 20 | 255 | 276 | 134 | 11 | 0 | 31 | 272 | 124 | 50 |
| Binary | 10000 | 10101101 | 10111110 | 1011100 | 1001 | 0 | 11001 | 10111010 | 1010100 | 101000 |
Color Harmonies of #10ADBE
Complementary color
Monochromatic Colors of #10ADBE
Black with #10ADBE
Text Example
Text Example
White with #10ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ADBE; }
p { color: rgb(16,173,190); }
H1.HeaderClassName
{
color: #10ADBE;
}
.AnyTagClassName
{
color: #10ADBE;
}
</style>
background-color css
<style>
a { background-color: #10ADBE; }
a { background-color: rgb(16,173,190); }
div.DivClassName
{
background-color: #10ADBE;
}
.BgClassName
{
background-color: #10ADBE;
}
</style>
border-color css
<style>
span { border-color: #10ADBE; }
span { border-color: rgb(16,173,190); }
td.TdClassName
{
border-color: #10ADBE;
}
.TagClassName
{
border-color: #10ADBE;
}
</style>